1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <phpunit bootstrap=
"test/bootstrap-dist.php"
4 backupStaticAttributes=
"false"
9 <testsuite name=
"Classes">
10 <directory suffix=
"Test.php">test/classes
</directory>
12 <testsuite name=
"Unit">
13 <file>test/EnvironmentTest.php
</file>
14 <directory suffix=
"Test.php">test/libraries/common
</directory>
15 <directory suffix=
"Test.php">test/libraries
</directory>
17 <testsuite name=
"Selenium">
18 <directory suffix=
"Test.php">test/selenium
</directory>
23 <log type=
"coverage-clover" target=
"build/logs/clover.xml" />
24 <log type=
"junit" target=
"build/logs/junit.xml" />
28 <whitelist addUncoveredFilesFromWhitelist=
"true">
29 <directory suffix=
".php">.
</directory>
31 <!-- composer packages -->
32 <directory>vendor/
</directory>
33 <!-- excluding the tests from the coverage -->
34 <directory>test/
</directory>
35 <!-- excluding the twig cache from the coverage -->
36 <directory>tmp/
</directory>
37 <!-- examples for users -->
38 <directory suffix=
".php">examples
</directory>