We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e1df6 commit 369a76aCopy full SHA for 369a76a
tests/TestCase.php
@@ -89,6 +89,10 @@ public function getDoctrineConnection(DatabaseManager $dbManager): Connection
89
$dbConfig['driver'] = $dbMap[$dbConfig['name']];
90
}
91
92
+ if ($dbConfig['name'] === 'pgsql') {
93
+ dd($dbConfig);
94
+ }
95
+
96
$connectionParams = [
97
'dbname' => $dbConfig['database'],
98
'user' => $dbConfig['username'],
0 commit comments