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 2557656 commit 4bca0dcCopy full SHA for 4bca0dc
tests/Cases/AbstractTestCase.php
@@ -47,6 +47,7 @@ protected function getContainer($options = [])
47
'db' => [
48
'default' => [
49
'driver' => $this->driver,
50
+ 'host' => '127.0.0.1',
51
'password' => '',
52
'database' => 'hyperf',
53
'pool' => [
@@ -56,6 +57,7 @@ protected function getContainer($options = [])
56
57
],
58
'pdo' => [
59
'driver' => 'pdo',
60
61
62
63
0 commit comments