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

test_Unwatch() 공개 메소드

public test_Unwatch ( )
    public function test_Unwatch()
    {
        $this->assertEquals('unwatch', $this->redis->Unwatch());
    }
TestRedisServer