Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / phpunit.xml.nocoverage
blob6f1967a7e1aa7068673382be92f126b44f253ed4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit bootstrap="test/bootstrap-dist.php"
3 backupGlobals="false"
4 backupStaticAttributes="false"
5 strict="true"
6 colors="true"
7 verbose="true">
9 <selenium>
10 <browser name="Firefox on localhost"
11 browser="*firefox"
12 host="127.0.0.1"
13 port="4444"
14 timeout="30000"/>
15 </selenium>
17 <php>
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" />
24 </php>
26 <testsuites>
27 <testsuite name="Classes">
28 <directory suffix="_test.php">test/classes</directory>
29 </testsuite>
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>
36 </testsuite>
37 <!--<testsuite name="Selenium">-->
38 <!--<directory suffix="Test.php">test/selenium</directory>-->
39 <!--</testsuite>-->
40 </testsuites>
42 <logging>
43 <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
44 </logging>
46 </phpunit>