Skip to content

Commit 8077809

Browse files
committed
update default
1 parent 20173bd commit 8077809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/solo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'Reverb' => Command::from('php artisan reverb:start --debug')->lazy(),
5858
'Pint' => Command::from('./vendor/bin/pint --ansi')->lazy(),
5959
'Queue' => Command::from('php artisan queue:work')->lazy(),
60-
'Tests' => Command::from('php artisan test --colors=always')->lazy(),
60+
'Tests' => Command::from('php artisan test --colors=always')->withEnv(['APP_ENV' => 'testing'])->lazy(),
6161
],
6262

6363
/*

0 commit comments

Comments
 (0)