mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:44:02 +00:00
minor testcase changes
This commit is contained in:
parent
1d42f33d34
commit
d243309bcf
1 changed files with 1 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue