瀏覽代碼

Test suite: renamed ZRANK test method.

Daniele Alessandri 15 年之前
父節點
當前提交
fa039fe500
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/RedisCommandsTest.php

+ 1 - 1
test/RedisCommandsTest.php

@@ -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'));