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