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

This commit is contained in:
Daniele Alessandri
2010-04-17 20:12:39 +02:00
parent 9fc0fbdb8c
commit ea75b168d1
+1 -1
View File
@@ -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