eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests\RouterHostRegexTest::testConstruct PHP Метод

testConstruct() публичный Метод

public testConstruct ( )
    public function testConstruct()
    {
        return new Router($this->matcherBuilder, $this->getMock('Psr\\Log\\LoggerInterface'), 'default_sa', array('Regex\\Host' => array('regex' => '^(\\w+_sa)$'), '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', 'third_sa', 'fourth_sa', 'fifth_sa'));
    }