1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <phpunit bootstrap=
"test/bootstrap-dist.php"
4 backupStaticAttributes=
"false"
10 <browser name=
"Firefox on localhost"
18 <const name=
"TESTSUITE_SERVER" value=
"localhost"/>
19 <const name=
"TESTSUITE_USER" value=
"root"/>
20 <const name=
"TESTSUITE_PASSWORD" value=
""/>
21 <const name=
"TESTSUITE_DATABASE" value=
"test"/>
22 <const name=
"TESTSUITE_PHPMYADMIN_HOST" value=
"http://localhost" />
23 <const name=
"TESTSUITE_PHPMYADMIN_URL" value=
"/phpmyadmin" />
27 <testsuite name=
"Classes">
28 <directory suffix=
"_test.php">test/classes
</directory>
30 <testsuite name=
"Unit">
31 <file>test/Environment_test.php
</file>
32 <directory suffix=
"_test.php">test/libraries/core
</directory>
33 <directory suffix=
"_test.php">test/libraries/common
</directory>
34 <directory suffix=
"_test.php">test/libraries/rte
</directory>
35 <directory suffix=
"_test.php">test/libraries
</directory>
37 <!--<testsuite name="Selenium">-->
38 <!--<directory suffix="Test.php">test/selenium</directory>-->
43 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>