Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Ejemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new ContentTypeIdMatcher();
 }
Ejemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new SectionIdMatcher();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new UrlAliasMatcher();
 }