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

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        return new Router($this->matcherBuilder, $this->getMock('Psr\\Log\\LoggerInterface'), 'default_sa', array('URIText' => array('prefix' => 'foo', 'suffix' => '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', 'third_sa', 'fourth_sa', 'fifth_sa', 'test'));
    }