示例#1
0
 /**
  * @expectedException \SxCore\Html\Exception\RuntimeException
  */
 public function testAppendContentFails()
 {
     $htmlElement = new HtmlElement('input');
     $htmlElement->appendContent('Bacon');
 }