Snc\RedisBundle\Tests\Session\Storage\Handler\RedisSessionHandlerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->redis = $this->getMock('Predis\\Client', array('get', 'set', 'setex', 'del'));
    }