Mmoreram\RSQueueBundle\Tests\Event\RSQueueSubscriberEventTest::testGetChannelName PHP Method

testGetChannelName() public method

Testing channelname getter
public testGetChannelName ( )
    public function testGetChannelName()
    {
        $this->assertEquals($this->rsqueueSubscriberEvent->getChannelName(), $this->channelName);
    }