Browse Source

[tests] Fix stupid change.

Daniele Alessandri 11 years ago
parent
commit
32aff28ef5
1 changed files with 1 additions and 1 deletions
  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());