コード例 #1
0
ファイル: GenericVoidTagTest.php プロジェクト: myclabs/muih
 public function testConstructor()
 {
     $tag = new GenericVoidTag('foo', true);
     $this->assertEquals('<foo />', $tag->getHTML());
 }