示例#1
0
 public function testGetTag()
 {
     $htmlElement = new HtmlElement('input');
     $this->assertSame('input', $htmlElement->getTag());
 }