예제 #1
0
파일: HTML.php 프로젝트: rocketphp/html
 public function testCallReturnsElement()
 {
     $h = new HTML();
     $p = $h->p();
     $this->assertInstanceOf('RocketPHP\\HTML\\Element', $p);
 }