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 <const name=
"TESTSUITE_SERVER" value=
"localhost"/>
20 <const name=
"TESTSUITE_USER" value=
"root"/>
21 <const name=
"TESTSUITE_PASSWORD" value=
""/>
22 <const name=
"TESTSUITE_DATABASE" value=
"test"/>
23 <const name=
"TESTSUITE_PHPMYADMIN_HOST" value=
"http://localhost" />
24 <const name=
"TESTSUITE_PHPMYADMIN_URL" value=
"/phpmyadmin" />
28 <testsuite name=
"Classes">
29 <directory suffix=
"_test.php">test/classes
</directory>
31 <testsuite name=
"Engines">
32 <directory suffix=
"_test.php">test/engines
</directory>
34 <testsuite name=
"Unit">
35 <file>test/Environment_test.php
</file>
36 <directory suffix=
"_test.php">test/libraries/core
</directory>
37 <directory suffix=
"_test.php">test/libraries/common
</directory>
38 <directory suffix=
"_test.php">test/libraries/rte
</directory>
39 <directory suffix=
"_test.php">test/libraries
</directory>
41 <!--<testsuite name="Selenium">-->
42 <!--<directory suffix="Test.php">test/selenium</directory>-->
47 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>