WokerTask/vendor/phrity/util-errorhandler/phpunit.xml.dist

15 lines
389 B
Plaintext
Raw Normal View History

2023-12-27 14:06:33 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Phrity Util/ErrorHandler tests">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
</phpunit>