protected function setUp()
 {
     parent::setUp();
     $this->matcher = new ContentTypeIdMatcher();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new UrlAliasMatcher();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new SectionIdMatcher();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->siteAccess = new SiteAccess('test');
 }