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

testApiModel_ReturnsModel() public method

    public function testApiModel_ReturnsModel()
    {
        $channel = $this->createChannel();
        $model = $this->createModel();
        $this->assertSame($model, $channel->getModel());
    }
ChannelTest