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

test_LPop() public method

public test_LPop ( )
    public function test_LPop()
    {
        $this->assertEquals('lpop key', $this->redis->LPop('key'));
    }
TestRedisServer