From 6ecf3777fa794e1df9c0a2540d3a01ace341b05e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 29 Jun 2019 14:00:10 +0200 Subject: [PATCH] Try setting pgsql db to null --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index 36321491..5921debd 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -67,6 +67,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase 'suffix' => '.sqlite', ], 'database.connections.sqlite.database' => ':memory:', + 'database.connections.pgsql.database' => null, 'database.connections.pgsql.username' => 'postgres', 'tenancy.filesystem.disks' => [ 'local',