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 4ff096b commit 57c0c18Copy full SHA for 57c0c18
tests/Stub/ContainerStub.php
@@ -33,7 +33,7 @@ public static function mockContainer()
33
$container->shouldReceive('get')->with(ConfigInterface::class)->andReturn(new Config([
34
'redis' => [
35
'default' => [
36
- 'host' => 'localhost',
+ 'host' => '127.0.0.1',
37
'auth' => null,
38
'port' => 6379,
39
'db' => 0,
0 commit comments