1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/phpunit.xml

15 lines
387 B
XML
Raw Normal View History

2015-07-11 03:59:39 +02:00
<?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>