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:
parent
5ef7604e17
commit
be031ad45a
2 changed files with 18 additions and 20 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue