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

test_GetBit() public method

public test_GetBit ( )
    public function test_GetBit()
    {
        $this->assertEquals('getbit key 5', $this->redis->GetBit('key', 5));
    }
TestRedisServer