setUp() protected method

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