Kraken\_Unit\Channel\Protocol\ProtocolTest::testApiDestructor_DoesNotThrowException PHP Метод

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

    public function testApiDestructor_DoesNotThrowException()
    {
        $protocol = $this->createProtocol('type', 'pid', 'dest', 'origin', 'message', 'ex', 5);
        unset($protocol);
    }
ProtocolTest