Skip to content

Commit f180e45

Browse files
committed
fix.
1 parent cc3fdf9 commit f180e45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/TestCase.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ protected function getEnvironmentSetUp($app): void
5353

5454
$app['config']->set('database.default', $defaultConnection);
5555

56+
if ($defaultConnection === 'pqsql') {
57+
dd([$credentials['pqsql'], $defaultConnection]);
58+
}
59+
5660
$app['config']->set("database.connections.$defaultConnection", [
5761
'host' => $host,
5862
'driver' => $defaultConnection,

0 commit comments

Comments
 (0)