Mmoreram\RSQueueBundle\Tests\Event\RSQueueSubscriberEventTest::testGetPayload PHP Méthode

testGetPayload() public méthode

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