Closed ianfortier closed 4 years ago
When using php unit or php artisan test on Windows, $this->app->runningUnitTests() is always false so the middleware that create the requests examples never runs.
php unit
php artisan test
$this->app->runningUnitTests()
false
@ianfortier thanks!
When using
php unit
orphp artisan test
on Windows,$this->app->runningUnitTests()
is alwaysfalse
so the middleware that create the requests examples never runs.