Skip to content

Commit 3776c02

Browse files
committed
Merge branch 'master' into 2.1-merge
# Conflicts: # .travis.yml # composer.json # src/json-rpc/src/CoreMiddleware.php
2 parents a97d063 + 4bca0dc commit 3776c02

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)