mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:44:04 +00:00
Try fixing the CI issue
This commit is contained in:
parent
9226a1ec6c
commit
800af2d818
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use Stancl\Tenancy\Jobs\DeleteTenantsPostgresUser;
|
||||||
use Stancl\Tenancy\Jobs\CreatePostgresUserForTenant;
|
use Stancl\Tenancy\Jobs\CreatePostgresUserForTenant;
|
||||||
|
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
|
$this->mockConsoleOutput = false;
|
||||||
DB::setDefaultConnection('pgsql');
|
DB::setDefaultConnection('pgsql');
|
||||||
|
|
||||||
config(['tenancy.models.tenant' => Tenant::class]);
|
config(['tenancy.models.tenant' => Tenant::class]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue