فهرست منبع

[tests] Fix stupid change.

Daniele Alessandri 11 سال پیش
والد
کامیت
32aff28ef5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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());