コード例 #1
0
ファイル: SectionTest.php プロジェクト: visor/nano
 public function testShouldPassSuffixParamInfoChildSection()
 {
     $section = $this->section->suffix('.html')->section('/bar');
     self::assertEquals($this->section->getSuffix(), $section->getSuffix());
 }