Mmoreram\RSQueueBundle\Tests\Event\RSQueueSubscriberEventTest::setUp PHP Method

setUp() public method

Setup
public setUp ( )
    public function setUp()
    {
        $this->redis = $this->getMock('\\Redis');
        $this->rsqueueSubscriberEvent = new RSQueueSubscriberEvent($this->payload, $this->payloadSerialized, $this->channelAlias, $this->channelName, $this->redis);
    }