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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->translator = $this->getMock('\\Symfony\\Component\\Translation\\TranslatorInterface');
        $this->listener = new ExceptionListener($this->translator);
    }