eZ\Bundle\EzPublishCoreBundle\Tests\EventListener\SessionInitByPostListenerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->session = $this->getMock('Symfony\\Component\\HttpFoundation\\Session\\SessionInterface');
        $this->listener = new SessionInitByPostListener($this->session);
    }