mirror of
https://github.com/predis/predis.git
synced 2026-09-05 07:16:44 +00:00
Test suite: renamed ZRANK test method.
This commit is contained in:
@@ -1271,7 +1271,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
|
||||
});
|
||||
}
|
||||
|
||||
function testZrank() {
|
||||
function testZsetRank() {
|
||||
$zset = RC::zsetAddAndReturn($this->redis, 'zset', RC::getZSetArray());
|
||||
|
||||
$this->assertEquals(0, $this->redis->zrank('zset', 'a'));
|
||||
|
||||
Reference in New Issue
Block a user