Explorar o código

Fix method case

Jordi Boggiano %!s(int64=9) %!d(string=hai) anos
pai
achega
992a1a20a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Monolog/Handler/RedisHandlerTest.php

+ 1 - 1
tests/Monolog/Handler/RedisHandlerTest.php

@@ -59,7 +59,7 @@ class RedisHandlerTest extends TestCase
 
         // Redis uses rPush
         $redis->expects($this->once())
-            ->method('rPush')
+            ->method('rpush')
             ->with('key', 'test');
 
         $record = $this->getRecord(Logger::WARNING, 'test', ['data' => new \stdClass, 'foo' => 34]);