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

minor testcase changes

This commit is contained in:
Samuel Štancl 2024-03-24 04:35:04 +01:00
parent 1d42f33d34
commit d243309bcf

View file

@ -118,9 +118,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
],
'tenancy.central_domains' => ['localhost', '127.0.0.1'],
'tenancy.bootstrappers' => [
DatabaseTenancyBootstrapper::class,
FilesystemTenancyBootstrapper::class,
RootUrlBootstrapper::class,
DatabaseTenancyBootstrapper::class, // todo@tests find why some tests are failing without this (especially 'the tenant connection is fully removed')
],
'queue.connections.central' => [
'driver' => 'sync',