setUp() protected method

protected setUp ( )
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new ContentTypeIdMatcher();
 }
Esempio n. 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new SectionIdMatcher();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new UrlAliasMatcher();
 }