From ea75b168d1455f6c15bc49f3a1ba1b2bc45fc346 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 17 Apr 2010 20:12:39 +0200 Subject: [PATCH] Re-enabled the test for SORT in the test suite. --- test/RedisCommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/RedisCommandsTest.php b/test/RedisCommandsTest.php index b8c76d71..7afd752f 100644 --- a/test/RedisCommandsTest.php +++ b/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