Jamm\Memory\Tests\TestRedisServer::test_Sort PHP Method

test_Sort() public method

public test_Sort ( )
    public function test_Sort()
    {
        $this->assertEquals('sort key r', $this->redis->Sort('key', 'r'));
    }
TestRedisServer