Browse Source

Re-enabled the test for SORT in the test suite.

Daniele Alessandri 15 năm trước cách đây
mục cha
commit
ea75b168d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/RedisCommandsTest.php

+ 1 - 1
test/RedisCommandsTest.php

@@ -1311,7 +1311,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
 
     /* sorting */
 
-    function __testSort() {
+    function testSort() {
         $unorderedList = RC::pushTailAndReturn($this->redis, 'unordered', array(2, 100, 3, 1, 30, 10));
 
         // without parameters