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

test_sCard() public method

public test_sCard ( )
    public function test_sCard()
    {
        $this->assertEquals('scard key', $this->redis->sCard('key'));
    }
TestRedisServer