We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20173bd commit 8077809Copy full SHA for 8077809
config/solo.php
@@ -57,7 +57,7 @@
57
'Reverb' => Command::from('php artisan reverb:start --debug')->lazy(),
58
'Pint' => Command::from('./vendor/bin/pint --ansi')->lazy(),
59
'Queue' => Command::from('php artisan queue:work')->lazy(),
60
- 'Tests' => Command::from('php artisan test --colors=always')->lazy(),
+ 'Tests' => Command::from('php artisan test --colors=always')->withEnv(['APP_ENV' => 'testing'])->lazy(),
61
],
62
63
/*
0 commit comments