Beispiel #1
0
 public function testTagHtml()
 {
     $tag = new LineBreak();
     $this->assertEquals('<br />', $tag->asHtml());
 }