Commit fa756ff4 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3415 from martinssipenko/master

Added whitelist to remove warning for upcoming phpunit 4.8
parents 347b928a 19e97fc9
......@@ -14,6 +14,11 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">app/</directory>
</whitelist>
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<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