Kraken\_Unit\Channel\Protocol\ProtocolTest::testApiConstructor_DoesNotThrowException PHP Method

testApiConstructor_DoesNotThrowException() public method

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