Update PHPUnit whitelist

This commit is contained in:
alphayax 2016-06-07 21:06:10 +02:00
parent ea52c7c86d
commit aa9e7602b6
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
<phpunit bootstrap="vendor/autoload.php">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">freebox</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="all">
<directory>tests</directory>