|
@@ -186,7 +186,7 @@ class RedisClusterHashStrategyTest extends StandardTestCase
|
|
$command->expects($this->once())
|
|
$command->expects($this->once())
|
|
->method('getScript')
|
|
->method('getScript')
|
|
->will($this->returnValue('return true'));
|
|
->will($this->returnValue('return true'));
|
|
- $command->expects($this->exactly(1))
|
|
|
|
|
|
+ $command->expects($this->exactly(2))
|
|
->method('getKeysCount')
|
|
->method('getKeysCount')
|
|
->will($this->returnValue(1));
|
|
->will($this->returnValue(1));
|
|
$command->setArguments($arguments);
|
|
$command->setArguments($arguments);
|