Skip to content

Commit 7258e9a

Browse files
committed
Merge branch 'master' into 2.1-merge
# Conflicts: # .travis.yml # composer.json # src/json-rpc/src/CoreMiddleware.php
2 parents cca33e1 + 57c0c18 commit 7258e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Stub/ContainerStub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function mockContainer()
3333
$container->shouldReceive('get')->with(ConfigInterface::class)->andReturn(new Config([
3434
'redis' => [
3535
'default' => [
36-
'host' => 'localhost',
36+
'host' => '127.0.0.1',
3737
'auth' => null,
3838
'port' => 6379,
3939
'db' => 0,

0 commit comments

Comments
 (0)