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 cc3fdf9 commit f180e45Copy full SHA for f180e45
tests/TestCase.php
@@ -53,6 +53,10 @@ protected function getEnvironmentSetUp($app): void
53
54
$app['config']->set('database.default', $defaultConnection);
55
56
+ if ($defaultConnection === 'pqsql') {
57
+ dd([$credentials['pqsql'], $defaultConnection]);
58
+ }
59
+
60
$app['config']->set("database.connections.$defaultConnection", [
61
'host' => $host,
62
'driver' => $defaultConnection,
0 commit comments