Test suite: update client tests.

This commit is contained in:
Daniele Alessandri
2010-08-15 11:25:56 +02:00
parent 6ea96e82f9
commit c5f6ca1d90
+1 -1
View File
@@ -125,7 +125,7 @@ class PredisClientFeaturesTestSuite extends PHPUnit_Framework_TestCase {
$cmd = new \Predis\Commands\SetMultiple();
$cmd->setArgumentsArray(array('key1', 'value1', 'key2', 'value2'));
$this->assertType('\Predis\MultiBulkCommand', $cmd);
$this->assertType('\Predis\Command', $cmd);
$this->assertEquals('MSET', $cmd->getCommandId());
$this->assertFalse($cmd->closesConnection());
$this->assertFalse($cmd->canBeHashed());