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 8225b33 commit 3ea753eCopy full SHA for 3ea753e
tests/bootstrap.php
@@ -42,7 +42,6 @@
42
'host' => getenv('db_host'),
43
'username' => getenv('db_user'),
44
'database' => getenv('db_name'),
45
- 'url' => null,
46
];
47
ConnectionManager::drop('test');
48
ConnectionManager::setConfig('test', $dbConfig);
0 commit comments