Преглед на файлове

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

Daniele Alessandri преди 15 години
родител
ревизия
ea75b168d1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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