mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 05:04:04 +00:00
remove debug code
This commit is contained in:
parent
2a6290be9c
commit
e5e8686872
1 changed files with 1 additions and 2 deletions
|
|
@ -100,7 +100,6 @@ test('the tenant connection is fully removed', function () {
|
||||||
|
|
||||||
$tenant = Tenant::create();
|
$tenant = Tenant::create();
|
||||||
|
|
||||||
dd(array_keys(app('db')->getConnections()));
|
|
||||||
expect(array_keys(app('db')->getConnections()))->not()->toContain('tenant');
|
expect(array_keys(app('db')->getConnections()))->not()->toContain('tenant');
|
||||||
pest()->assertArrayNotHasKey('tenant', config('database.connections'));
|
pest()->assertArrayNotHasKey('tenant', config('database.connections'));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue