Exemplo n.º 1
0
 public function testShouldPassSuffixParamInfoChildSection()
 {
     $section = $this->section->suffix('.html')->section('/bar');
     self::assertEquals($this->section->getSuffix(), $section->getSuffix());
 }