Add support for caching to filesystem. Set phpunit default cache driver to array.

This commit is contained in:
Taylor Dondich
2017-07-27 14:13:04 -07:00
committed by davidcallizaya
parent 6458dc64a1
commit 601471be9e
4 changed files with 73 additions and 1 deletions

View File

@@ -24,6 +24,6 @@
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="memcached"/>
<env name="CACHE_DRIVER" value="array"/>
</php>
</phpunit>