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

testGetRedis() public method

Testing Redis getter
public testGetRedis ( )
    public function testGetRedis()
    {
        $this->assertSame($this->rsqueueSubscriberEvent->getRedis(), $this->redis);
    }