Mmoreram\RSQueueBundle\Tests\Event\RSQueueProducerEventTest::testGetPayload PHP Method

testGetPayload() public method

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