mirror of
https://github.com/predis/predis.git
synced 2026-08-31 12:43:31 +00:00
[tests] Fix stupid change.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user