[tests] Fix some tests methods names.

This commit is contained in:
Daniele Alessandri
2015-07-25 09:53:07 +02:00
parent fc18e6456a
commit 2d2de7837b
2 changed files with 2 additions and 2 deletions
@@ -75,7 +75,7 @@ class KeyRenamePreserveTest extends PredisCommandTestCase
* @expectedException \Predis\Response\ServerException
* @expectedExceptionMessage ERR no such key
*/
public function testReturnsFalseOnNonExistingKeys()
public function testThrowsExceptionOnNonExistingKeys()
{
$redis = $this->getClient();
+1 -1
View File
@@ -63,7 +63,7 @@ class SetMembersTest extends PredisCommandTestCase
/**
* @group connected
*/
public function testReturnsFalseOnNonExistingSet()
public function testReturnsEmptyArrayOnNonExistingSet()
{
$redis = $this->getClient();