getnamingo-registry/cp/phpunit.xml
2023-08-07 13:14:05 +03:00

16 lines
425 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap/app.php"
colors="true"
verbose="true"
stopOnFailure="false">
<testsuites>
<testsuite name="Test suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">app/</directory>
</whitelist>
</filter>
</phpunit>