Mmoreram\RSQueueBundle\Tests\Event\RSQueuePublisherEventTest::testGetChannelAlias PHP Method

testGetChannelAlias() public method

Testing channelalias getter
public testGetChannelAlias ( )
    public function testGetChannelAlias()
    {
        $this->assertEquals($this->rsqueuePublisherEvent->getChannelAlias(), $this->channelAlias);
    }