diff --git a/tests/TestCase.php b/tests/TestCase.php index 257964d1..5d865549 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -104,6 +104,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase 'driver' => 'sync', 'central' => true, ], + 'tenancy.seeder_parameters' => [], ]); $app->singleton(\Stancl\Tenancy\TenancyBootstrappers\RedisTenancyBootstrapper::class);