Beispiel #1
0
 public function testConstructor()
 {
     $tag = new GenericVoidTag('foo', true);
     $this->assertEquals('<foo />', $tag->getHTML());
 }