mirror of
https://github.com/predis/predis.git
synced 2026-08-18 12:11:46 +00:00
Re-enabled the test for SORT in the test suite.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user