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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->configResolver = $this->getMock('eZ\\Publish\\Core\\MVC\\Symfony\\Configuration\\VersatileScopeInterface');
        $this->viewManager = $this->getMock('eZ\\Bundle\\EzPublishCoreBundle\\Tests\\EventListener\\Stubs\\ViewManager');
        $this->viewProviders = array($this->getMock('eZ\\Bundle\\EzPublishCoreBundle\\Tests\\EventListener\\Stubs\\ViewProvider'), $this->getMock('eZ\\Bundle\\EzPublishCoreBundle\\Tests\\EventListener\\Stubs\\ViewProvider'));
    }