1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <phpunit xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
3 xsi:
noNamespaceSchemaLocation=
"https://schema.phpunit.de/7.5/phpunit.xsd"
4 bootstrap=
"test/bootstrap-dist.php"
6 backupStaticAttributes=
"false"
11 <testsuite name=
"Classes">
12 <directory suffix=
"Test.php">test/classes
</directory>
14 <testsuite name=
"Unit">
15 <file>test/EnvironmentTest.php
</file>
16 <directory suffix=
"Test.php">test/libraries/common
</directory>
17 <directory suffix=
"Test.php">test/libraries
</directory>
19 <testsuite name=
"Selenium">
20 <directory suffix=
"Test.php">test/selenium
</directory>
25 <log type=
"coverage-clover" target=
"build/logs/clover.xml" />
26 <log type=
"junit" target=
"build/logs/junit.xml" />
30 <whitelist addUncoveredFilesFromWhitelist=
"true">
31 <directory suffix=
".php">.
</directory>
33 <!-- composer packages -->
34 <directory>vendor/
</directory>
35 <!-- excluding the tests from the coverage -->
36 <directory>test/
</directory>
37 <!-- excluding the twig cache from the coverage -->
38 <directory>tmp/
</directory>
39 <!-- examples for users -->
40 <directory suffix=
".php">examples
</directory>