Merge pull request #3265 from TheShiftExchange/patch-1

Have logical default for Queue Driver when testing
This commit is contained in:
Taylor Otwell
2015-02-22 19:52:11 -06:00

View File

@@ -18,5 +18,6 @@
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
</php>
</phpunit>