Commit 19e97fc9 authored by Martins Sipenko's avatar Martins Sipenko

Added whitelist to remove warning for upcoming phpunit 4.8

parent 347b928a
...@@ -14,6 +14,11 @@ ...@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment