Jamm\Memory\Tests\TestRedisServer::test_Unwatch PHP Метод

test_Unwatch() публичный Метод

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