Exemple #1
0
 public function test_enable_and_disable_output()
 {
     $server = new HttpServer('localhost', 6789, __DIR__);
     $server->enableOutput();
     $server->disableOutput();
 }