1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

Use no seeder params for tests

This commit is contained in:
Samuel Štancl 2020-03-17 15:53:23 +01:00
parent 3cf0d7948b
commit 601baab102

View file

@ -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);