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