示例#1
0
文件: HTML.php 项目: rocketphp/html
 public function testCallReturnsElement()
 {
     $h = new HTML();
     $p = $h->p();
     $this->assertInstanceOf('RocketPHP\\HTML\\Element', $p);
 }