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=
"junit" target=
"build/logs/junit.xml" />