PluginProbe
seQura / 3.2.2
seQura v3.2.2
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
sequra / vendor / sequra / integration-core / phpunit.xml

phpunit.xml in seQura 3.2.2, at vendor/sequra/integration-core/phpunit.xml

18 lines 580 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit bootstrap="./vendor/autoload.php"
3 colors="true">
4 <testsuites>
5 <testsuite name="Infrastructure Test Suite">
6 <directory>./tests/Infrastructure</directory>
7 </testsuite>
8 <testsuite name="Business Logic Test Suite">
9 <directory>./tests/BusinessLogic</directory>
10 </testsuite>
11 </testsuites>
12 <filter>
13 <whitelist processUncoveredFilesFromWhitelist="true">
14 <directory suffix=".php">./src</directory>
15 </whitelist>
16 </filter>
17 </phpunit>
18