eZ\Bundle\EzPublishCoreBundle\Tests\Routing\UrlAliasRouterTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->configResolver = $this->getMock('eZ\\Publish\\Core\\MVC\\ConfigResolverInterface');
        $this->configResolver->expects($this->any())->method('getParameter')->will($this->returnValueMap(array(array('url_alias_router', null, null, true), array('content.tree_root.location_id', null, null, null), array('content.tree_root.excluded_uri_prefixes', null, null, array()))));
        parent::setUp();
    }