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

test_SPOP() public method

public test_SPOP ( )
    public function test_SPOP()
    {
        $this->assertEquals("spop key", $this->redis->SPOP("key"));
    }
TestRedisServer