示例#1
0
 /**
  * 終了タグの出力をテストします.
  * @covers Peach\Markup\XmlRenderer::formatEndTag
  */
 public function testFormatEndTag()
 {
     $e1 = new ContainerElement("testTag");
     $this->assertSame("</testTag>", $this->object->formatEndTag($e1));
 }