1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:24:04 +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.central_domains' => ['localhost', '127.0.0.1'],
'tenancy.bootstrappers' => [ 'tenancy.bootstrappers' => [
DatabaseTenancyBootstrapper::class, DatabaseTenancyBootstrapper::class, // todo@tests find why some tests are failing without this (especially 'the tenant connection is fully removed')
FilesystemTenancyBootstrapper::class,
RootUrlBootstrapper::class,
], ],
'queue.connections.central' => [ 'queue.connections.central' => [
'driver' => 'sync', 'driver' => 'sync',