1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:54:04 +00:00

Disable RedisTenancyBootstrapper by default

This commit is contained in:
Samuel Štancl 2019-09-27 21:08:46 +02:00
parent 3d1ceadf34
commit 97d88af798
2 changed files with 2 additions and 1 deletions

View file

@ -100,6 +100,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
'tenancy.redis.prefixed_connections' => ['default'],
'tenancy.migrations_directory' => database_path('../migrations'),
'tenancy.storage.db.connection' => 'central',
'tenancy.bootstrappers.redis' => \Stancl\Tenancy\TenancyBootstrappers\RedisTenancyBootstrapper::class,
]);
if (env('TENANCY_TEST_STORAGE_DRIVER', 'redis') === 'redis') {