Kraken\_Unit\Channel\ChannelModelFactoryTest::testCaseChannelModelFactory_HasProperParams PHP Method

testCaseChannelModelFactory_HasProperParams() public method

    public function testCaseChannelModelFactory_HasProperParams()
    {
        $factory = $this->createChannelModelFactory();
        $this->assertSame($this->name, $factory->getParam('name'));
        $this->assertSame($this->loop, $factory->getParam('loop'));
    }