Skip to content

Commit 4bca0dc

Browse files
committed
Added workflows to test.
1 parent 2557656 commit 4bca0dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Cases/AbstractTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected function getContainer($options = [])
4747
'db' => [
4848
'default' => [
4949
'driver' => $this->driver,
50+
'host' => '127.0.0.1',
5051
'password' => '',
5152
'database' => 'hyperf',
5253
'pool' => [
@@ -56,6 +57,7 @@ protected function getContainer($options = [])
5657
],
5758
'pdo' => [
5859
'driver' => 'pdo',
60+
'host' => '127.0.0.1',
5961
'password' => '',
6062
'database' => 'hyperf',
6163
'pool' => [

0 commit comments

Comments
 (0)