mirror of
https://github.com/danog/file.git
synced 2024-11-26 20:04:51 +01:00
15 lines
387 B
XML
15 lines
387 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="./vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="Tests">
|
|
<directory>./test</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist addUncoveredFilesFromWhitelist="true">
|
|
<directory>./lib</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|