sonarrradarrplexorganizrnginxdashboardstartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpage
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.3 KiB
36 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="./tests/Bootstrap.php"
|
|
colors="true"
|
|
verbose="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Mockery Test Suite">
|
|
<directory suffix="Test.php">./tests</directory>
|
|
<directory phpVersion="7.0.0" phpVersionOperator=">=">./tests/PHP70</directory>
|
|
<directory phpVersion="7.2.0" phpVersionOperator=">=">./tests/PHP72</directory>
|
|
|
|
<exclude>./tests/PHP56</exclude>
|
|
<exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude>
|
|
</testsuite>
|
|
|
|
<testsuite name="Mockery Test Suite PHP56">
|
|
<directory suffix="Test.php">./tests</directory>
|
|
<directory suffix="Test.php">./tests/PHP56</directory>
|
|
|
|
<exclude>./tests/PHP70</exclude>
|
|
<exclude>./tests/PHP72</exclude>
|
|
<exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
<directory suffix=".php">./library/</directory>
|
|
<exclude>
|
|
<directory>./library/Mockery/Adapter/Phpunit/Legacy</directory>
|
|
<file>./library/Mockery/Adapter/Phpunit/TestListener.php</file>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
|
|
</phpunit>
|
|
|