Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
コード例 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new ContentTypeIdMatcher();
 }
コード例 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new SectionIdMatcher();
 }
コード例 #3
0
 protected function setUp()
 {
     parent::setUp();
     $this->matcher = new UrlAliasMatcher();
 }