From 800af2d818149de6da77368483a5385149f5c6e5 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Apr 2023 13:11:37 +0200 Subject: [PATCH] Try fixing the CI issue --- tests/PostgresTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PostgresTest.php b/tests/PostgresTest.php index 9b186088..794ea7b8 100644 --- a/tests/PostgresTest.php +++ b/tests/PostgresTest.php @@ -8,6 +8,7 @@ use Stancl\Tenancy\Jobs\DeleteTenantsPostgresUser; use Stancl\Tenancy\Jobs\CreatePostgresUserForTenant; beforeEach(function () { + $this->mockConsoleOutput = false; DB::setDefaultConnection('pgsql'); config(['tenancy.models.tenant' => Tenant::class]);