mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-20 19:39:20 +02:00
16 lines
425 B
XML
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>
|