Mmoreram\RSQueueBundle\Tests\Event\RSQueueSubscriberEventTest::testGetPayload PHP Метод

testGetPayload() публичный Метод

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