From 657e9784a5d588ea02d90ddee5f295d9c1f34230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 29 Jun 2019 13:46:18 +0200 Subject: [PATCH] Add PGSQL username to test env setup --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index a802367c..36321491 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.username' => 'postgres', 'tenancy.filesystem.disks' => [ 'local', 'public',