Skip to content

Commit 369a76a

Browse files
committed
fix.
1 parent 17e1df6 commit 369a76a

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
@@ -89,6 +89,10 @@ public function getDoctrineConnection(DatabaseManager $dbManager): Connection
8989
$dbConfig['driver'] = $dbMap[$dbConfig['name']];
9090
}
9191

92+
if ($dbConfig['name'] === 'pgsql') {
93+
dd($dbConfig);
94+
}
95+
9296
$connectionParams = [
9397
'dbname' => $dbConfig['database'],
9498
'user' => $dbConfig['username'],

0 commit comments

Comments
 (0)