Files
redline.com.pl/modules/productcomments/vendor/guzzlehttp/cache-subscriber/phpunit.xml.dist
2024-11-11 18:46:54 +01:00

15 lines
317 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite>
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>