|
@@ -701,8 +701,7 @@ class PredisClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
|
|
|
function testMultiExecBlock_RetryNotAvailableWithoutBlock() {
|
|
|
$options = array('watch' => 'foo', 'retry' => 1);
|
|
|
$tx = RC::getConnection()->multiExec($options);
|
|
|
- $tx->multi();
|
|
|
- $tx->get('foo')->exec();
|
|
|
+ $tx->multi()->get('foo')->exec();
|
|
|
}
|
|
|
|
|
|
function testMultiExecBlock_CheckAndSet_Discard() {
|