renderSectionFooter() public méthode

renders the footer for a section
public renderSectionFooter ( string $sectionName = '' ) : Browscap\Writer\WriterInterface
$sectionName string
Résultat Browscap\Writer\WriterInterface
Exemple #1
0
 /**
  * tests rendering the footer of one section
  *
  * @group writer
  * @group sourcetest
  */
 public function testRenderSectionFooter()
 {
     self::assertSame($this->object, $this->object->renderSectionFooter());
     self::assertSame('', file_get_contents($this->file));
 }