Explorar o código

[tests] Fix stupid change.

Daniele Alessandri %!s(int64=11) %!d(string=hai) anos
pai
achega
32aff28ef5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Predis/Command/CommandTest.php

+ 1 - 1
tests/Predis/Command/CommandTest.php

@@ -100,7 +100,7 @@ class CommandTest extends StandardTestCase
     {
         $hash = "key-hash";
 
-        $command = $this->getMockForAbstractClass('Predis\Command\Command');
+        $command = $this->getMockForAbstractClass('Predis\Command\AbstractCommand');
         $command->setRawArguments(array('key'));
 
         $this->assertNull($command->getHash());