Commit 41b9969c by Taylor Otwell

Merge pull request #3265 from TheShiftExchange/patch-1

Have logical default for Queue Driver when testing
parents 8e15c7f7 c4635187
......@@ -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>
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