StocksNew/vendor/hamcrest/hamcrest-php/tests/phpunit.xml.dist
Sampanna Rimal 53c0140f58 first commit
2024-08-27 17:48:06 +05:45

22 lines
619 B
XML

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="hamcrest-php">
<directory suffix="Test.php">.</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../hamcrest</directory>
</whitelist>
</filter>
</phpunit>