Skip to content

Commit 41b9969

Browse files
committed
Merge pull request laravel#3265 from TheShiftExchange/patch-1
Have logical default for Queue Driver when testing
2 parents 8e15c7f + c463518 commit 41b9969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<env name="APP_ENV" value="testing"/>
1919
<env name="CACHE_DRIVER" value="array"/>
2020
<env name="SESSION_DRIVER" value="array"/>
21+
<env name="QUEUE_DRIVER" value="sync"/>
2122
</php>
2223
</phpunit>

0 commit comments

Comments
 (0)