mirror of
https://github.com/danog/amp.git
synced 2024-11-27 12:35:02 +01:00
13 lines
347 B
XML
13 lines
347 B
XML
<phpunit bootstrap="./vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>./test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory>./src</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|