示例#1
0
文件: HTML.php 项目: rocketphp/html
 public function testHtmlOutputIsInitiallyEmptyString()
 {
     $h = new HTML();
     $this->assertSame('', $h->output());
     return $h;
 }