1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 05:34:02 +00:00

Try fixing the CI issue

This commit is contained in:
lukinovec 2023-04-26 13:11:37 +02:00
parent 9226a1ec6c
commit 800af2d818

View file

@ -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]);