mirror of
https://github.com/predis/predis.git
synced 2026-09-03 22:36:44 +00:00
[tests] Fix some tests methods names.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ class SetMembersTest extends PredisCommandTestCase
|
||||
/**
|
||||
* @group connected
|
||||
*/
|
||||
public function testReturnsFalseOnNonExistingSet()
|
||||
public function testReturnsEmptyArrayOnNonExistingSet()
|
||||
{
|
||||
$redis = $this->getClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user