1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <phpunit bootstrap=
"test/bootstrap-dist.php"
4 backupStaticAttributes=
"false"
6 timeoutForSmallTests=
"3"
11 <browser name=
"Firefox on localhost"
19 <testsuite name=
"Classes">
20 <directory suffix=
"Test.php">test/classes
</directory>
22 <testsuite name=
"Engines">
23 <directory suffix=
"_test.php">test/engines
</directory>
25 <testsuite name=
"Unit">
26 <file>test/Environment_test.php
</file>
27 <directory suffix=
"_test.php">test/libraries/core
</directory>
28 <directory suffix=
"_test.php">test/libraries/common
</directory>
29 <directory suffix=
"_test.php">test/libraries/rte
</directory>
30 <directory suffix=
"_test.php">test/libraries
</directory>
32 <testsuite name=
"Selenium">
33 <directory suffix=
"Test.php">test/selenium
</directory>
38 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>
39 <log type=
"json" target=
"build/logs/phpunit.json" />