mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
Use no seeder params for tests
This commit is contained in:
parent
3cf0d7948b
commit
601baab102
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
'driver' => 'sync',
|
'driver' => 'sync',
|
||||||
'central' => true,
|
'central' => true,
|
||||||
],
|
],
|
||||||
|
'tenancy.seeder_parameters' => [],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$app->singleton(\Stancl\Tenancy\TenancyBootstrappers\RedisTenancyBootstrapper::class);
|
$app->singleton(\Stancl\Tenancy\TenancyBootstrappers\RedisTenancyBootstrapper::class);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue