Jamm\Memory\Tests\TestRedisServer::test_GetBit PHP 메소드

test_GetBit() 공개 메소드

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