1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <phpunit bootstrap=
"test/bootstrap-dist.php"
4 backupStaticAttributes=
"false"
9 <browser name=
"Firefox on localhost"
17 <testsuite name=
"Classes">
18 <directory suffix=
"Test.php">test/classes
</directory>
20 <testsuite name=
"Unit">
21 <file>test/EnvironmentTest.php
</file>
22 <directory suffix=
"Test.php">test/libraries/common
</directory>
23 <directory suffix=
"Test.php">test/libraries
</directory>
25 <testsuite name=
"Selenium">
26 <directory suffix=
"Test.php">test/selenium
</directory>
31 <log type=
"coverage-clover" target=
"build/logs/clover.xml"/>
32 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>
33 <log type=
"json" target=
"build/logs/phpunit.json" />
37 <whitelist addUncoveredFilesFromWhitelist=
"true">
38 <directory suffix=
".php">.
</directory>
40 <!-- composer packages -->
41 <directory>vendor/
</directory>
42 <!-- excluding the tests from the coverage -->
43 <directory>test/
</directory>
44 <!-- excluding the twig cache from the coverage -->
45 <directory>tmp/
</directory>
46 <!-- examples for users -->
47 <directory suffix=
".php">examples
</directory>