Add support for caching to filesystem. Set phpunit default cache driver to array.
This commit is contained in:
committed by
davidcallizaya
parent
6458dc64a1
commit
601471be9e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user