A facade root has not been set.
at vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:258
254| {
255| $instance = static::getFacadeRoot();
256|
257| if (! $instance) {
> 258| throw new RuntimeException('A facade root has not been set.');
259| }
260|
261| return $instance->$method(...$args);
262| }
1 tests/Unit/TransportTypesControllerTest.php:21
Illuminate\Support\Facades\Facade::__callStatic("table")
прикол, даже гугол не помог
setUp, все на месте, еще ошибка
Call to a member function connection() on null
это в тестах, но если убрать фасады и обращение к бд, все работает и при этом в обычном приложении бд и фасады работают