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 10fe4d2 commit d0543a4Copy full SHA for d0543a4
tests/TestCase.php
@@ -88,10 +88,7 @@ public function getDoctrineConnection(DatabaseManager $dbManager): Connection
88
if (array_key_exists($dbConfig['name'], $dbMap)) {
89
$dbConfig['driver'] = $dbMap[$dbConfig['name']];
90
}
91
-
92
- if ($dbConfig['name'] === 'pgsql') {
93
- dd($dbConfig);
94
- }
+
95
96
$connectionParams = [
97
'dbname' => $dbConfig['database'],
0 commit comments