1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
4 xsi:
noNamespaceSchemaLocation=
"https://schema.phpunit.de/8.5/phpunit.xsd"
5 bootstrap=
"test/bootstrap-dist.php"
7 forceCoversAnnotation=
"true"
9 executionOrder=
"random"
10 defaultTestSuite=
"unit"
13 <const name=
"PHPMYADMIN" value=
"1"/>
14 <const name=
"TESTSUITE" value=
"1"/>
15 <env name=
"LC_ALL" value=
"C.UTF8" force=
"true"/>
19 <testsuite name=
"unit">
20 <directory suffix=
"Test.php">test/classes
</directory>
22 <testsuite name=
"selenium">
23 <directory suffix=
"Test.php">test/selenium
</directory>
28 <log type=
"coverage-clover" target=
"build/logs/clover.xml" />
29 <log type=
"coverage-xml" target=
"build/logs/coverage-xml"/>
30 <log type=
"junit" target=
"build/logs/junit.xml" />
35 <directory suffix=
".php">.
</directory>
37 <directory>examples
</directory>
38 <directory>libraries/cache
</directory>
39 <directory>node_modules
</directory>
40 <directory>test
</directory>
41 <directory>tmp
</directory>
42 <directory>vendor
</directory>