From 601baab1025989c0d0b61d6964211adf998c4b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 17 Mar 2020 15:53:23 +0100 Subject: [PATCH] Use no seeder params for tests --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) 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);