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