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

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

    public function testApiGetType_ReturnsType()
    {
        $protocol = $this->createProtocol('type');
        $this->assertSame('type', $protocol->getType());
    }
ProtocolTest