Added whitelist to remove warning for upcoming phpunit 4.8

This commit is contained in:
Martins Sipenko 2015-06-10 18:13:13 +01:00
parent 347b928a0f
commit 19e97fc9db
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
<directory>./tests/</directory> <directory>./tests/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter>
<whitelist>
<directory suffix=".php">app/</directory>
</whitelist>
</filter>
<php> <php>
<env name="APP_ENV" value="testing"/> <env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/> <env name="CACHE_DRIVER" value="array"/>