Mmoreram\RSQueueBundle\Tests\Event\RSQueueSubscriberEventTest::setUp PHP 메소드

setUp() 공개 메소드

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);
    }