Merge pull request #3415 from martinssipenko/master

Added whitelist to remove warning for upcoming phpunit 4.8
This commit is contained in:
Taylor Otwell 2015-06-10 12:52:22 -05:00
commit fa756ff4c2
1 changed files with 5 additions and 0 deletions

View File

@ -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"/>