Mmoreram\RSQueueBundle\Tests\Event\RSQueuePublisherEventTest::testGetChannelName PHP 메소드

testGetChannelName() 공개 메소드

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