예제 #1
0
 public function testShouldMatchesWhenUrlLocationStartsWithSectionLocation()
 {
     self::assertTrue($this->section->sectionMatches('foo/bar'));
     self::assertTrue($this->section->sectionMatches('foobar'));
 }