Przeglądaj źródła

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

Daniele Alessandri 15 lat temu
rodzic
commit
ea75b168d1
1 zmienionych plików z 1 dodań i 1 usunięć
  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