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=
"Engines">
21 <directory suffix=
"_test.php">test/engines
</directory>
23 <testsuite name=
"Unit">
24 <file>test/Environment_test.php
</file>
25 <directory suffix=
"_test.php">test/libraries/core
</directory>
26 <directory suffix=
"_test.php">test/libraries/common
</directory>
27 <directory suffix=
"_test.php">test/libraries/rte
</directory>
28 <directory suffix=
"_test.php">test/libraries
</directory>
30 <testsuite name=
"Selenium">
31 <directory suffix=
"Test.php">test/selenium
</directory>
36 <log type=
"coverage-clover" target=
"build/logs/clover.xml"/>
37 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>
38 <log type=
"json" target=
"build/logs/phpunit.json" />
42 <whitelist addUncoveredFilesFromWhitelist=
"true">
43 <directory suffix=
".php">.
</directory>
45 <!-- composer packages -->
46 <directory>vendor/
</directory>
47 <!-- excluding the tests from the coverage -->
48 <directory>test/
</directory>
49 <!-- excluding the twig cache from the coverage -->
50 <directory>tmp/
</directory>
51 <!-- examples for users -->
52 <directory suffix=
".php">examples
</directory>