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

testGetPayloadSerialized() public méthode

Testing payload serialized getter
    public function testGetPayloadSerialized()
    {
        $this->assertEquals($this->rsqueueSubscriberEvent->getPayloadSerialized(), $this->payloadSerialized);
    }