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 f48a262 commit 406d993Copy full SHA for 406d993
tests/Lua/EvalTest.php
@@ -42,7 +42,7 @@ public function testEvalShaButNotExists()
42
$container = ContainerStub::mockContainer();
43
$logger = $container->get(StdoutLoggerInterface::class);
44
$logger->shouldReceive('warning')->once()->andReturnUsing(function ($message) {
45
- $this->assertSame('NOSCRIPT No matching script[HyperfTest\\Redis\\Stub\\HGetAllMultipleStub]. Use EVAL instead.', $message);
+ $this->assertSame('NOSCRIPT No matching script[HyperfTest\Redis\Stub\HGetAllMultipleStub]. Use EVAL instead.', $message);
46
});
47
48
$redis = $container->get(Redis::class);
0 commit comments