Skip to content

Commit 1f3b5ba

Browse files
committed
fix.
1 parent de82512 commit 1f3b5ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/TestCase.php

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

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

56-
if ($defaultConnection === 'pgsql') {
57-
dd([$credentials['pgsql'], $defaultConnection]);
58-
}
59-
6056
$app['config']->set("database.connections.$defaultConnection", [
6157
'host' => $host,
6258
'driver' => $defaultConnection,

0 commit comments

Comments
 (0)