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

setUp() public method

Setup
public setUp ( )
    public function setUp()
    {
        $this->redis = $this->getMock('\\Redis');
        $this->rsqueueProducerEvent = new RSQueueProducerEvent($this->payload, $this->payloadSerialized, $this->queueAlias, $this->queueName, $this->redis);
    }