Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpunit.xml.nocoverage
blobb275f1cfcf417591a0296356afd116c72deebac3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit bootstrap="test/bootstrap-dist.php"
3 backupGlobals="true"
4 backupStaticAttributes="false"
5 colors="true"
6 verbose="true">
8 <testsuites>
9 <testsuite name="Classes">
10 <directory suffix="Test.php">test/classes</directory>
11 </testsuite>
12 <testsuite name="Selenium">
13 <directory suffix="Test.php">test/selenium</directory>
14 </testsuite>
15 </testsuites>
17 <logging>
18 <log type="junit" target="build/logs/junit.xml" />
19 </logging>
20 </phpunit>