Procházet zdrojové kódy

[tests] Fix stupid change.

Daniele Alessandri před 11 roky
rodič
revize
32aff28ef5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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());