eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\RouterURIRegexTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        return new Router($this->matcherBuilder, $this->getMock('Psr\\Log\\LoggerInterface'), 'default_sa', array('Regex\\URI' => array('regex' => '^/foo(\\w+)bar'), 'Map\\URI' => array('first_sa' => 'first_sa', 'second_sa' => 'second_sa'), 'Map\\Host' => array('first_sa' => 'first_sa', 'first_siteaccess' => 'first_sa')), array('first_sa', 'second_sa', 'foowoobar', 'test'));
    }