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

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        return new Router($this->matcherBuilder, $this->getMock('Psr\\Log\\LoggerInterface'), 'default_sa', array('Map\\Port' => array(80 => 'fifth_sa', 81 => 'third_sa', 82 => 'fourth_sa', 83 => 'first_sa', 85 => 'first_sa', 443 => 'fourth_sa'), 'Map\\Host' => array('first_sa' => 'first_sa', 'first_siteaccess' => 'first_sa', 'third_siteaccess' => 'third_sa'), 'Map\\URI' => array('first_sa' => 'first_sa', 'second_sa' => 'second_sa')), array('first_sa', 'second_sa', 'third_sa', 'fourth_sa', 'fifth_sa'));
    }