Преглед изворни кода

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