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

Clear bootstrappers in TestCase

This commit is contained in:
lukinovec 2024-04-04 18:04:45 +02:00
parent 5ef7604e17
commit be031ad45a
2 changed files with 18 additions and 20 deletions

View file

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