1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <phpunit bootstrap=
"test/bootstrap-dist.php"
4 backupStaticAttributes=
"false"
9 <browser name=
"Firefox on localhost"
14 <browser name=
"Google Chrome on localhost"
15 browser=
"googlechrome"
22 <const name=
"TESTSUITE_SERVER" value=
"localhost"/>
23 <const name=
"TESTSUITE_USER" value=
"root"/>
24 <const name=
"TESTSUITE_PASSWORD" value=
""/>
25 <const name=
"TESTSUITE_DATABASE" value=
"test"/>
26 <const name=
"TESTSUITE_PHPMYADMIN_HOST" value=
"http://localhost" />
27 <const name=
"TESTSUITE_PHPMYADMIN_URL" value=
"/phpmyadmin" />
31 <testsuite name=
"Classes">
32 <directory suffix=
"_test.php">test/classes
</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=
"coverage-html" target=
"build/coverage" title=
"phpMyAdmin"
48 charset=
"UTF-8" yui=
"true" highlight=
"true"
49 lowUpperBound=
"35" highLowerBound=
"70"/>
50 <log type=
"coverage-clover" target=
"build/logs/clover.xml"/>
51 <log type=
"junit" target=
"build/logs/junit.xml" logIncompleteSkipped=
"false"/>