Mmoreram\RSQueueBundle\Tests\Event\RSQueueSubscriberEventTest::testGetPayload PHP 메소드

testGetPayload() 공개 메소드

Testing payload getter
public testGetPayload ( )
    public function testGetPayload()
    {
        $this->assertEquals($this->rsqueueSubscriberEvent->getPayload(), $this->payload);
    }