예제 #1
0
파일: SectionTest.php 프로젝트: visor/nano
 public function testShouldPassSuffixParamInfoChildSection()
 {
     $section = $this->section->suffix('.html')->section('/bar');
     self::assertEquals($this->section->getSuffix(), $section->getSuffix());
 }