コード例 #1
0
ファイル: HttpServerTest.php プロジェクト: weew/http-server
 public function test_enable_and_disable_output()
 {
     $server = new HttpServer('localhost', 6789, __DIR__);
     $server->enableOutput();
     $server->disableOutput();
 }