Kraken\_Unit\Channel\ChannelTest::testApiRouter_ReturnsRouter PHP Method

testApiRouter_ReturnsRouter() public method

    public function testApiRouter_ReturnsRouter()
    {
        $channel = $this->createChannel();
        $router = $this->createRouter();
        $this->assertSame($router, $channel->getRouter());
    }
ChannelTest