Exemple #1
0
 public function onShutdown(SwooleServer $server)
 {
     parent::onShutdown($server);
     Log::debug($this->pid . ' onShutdown ' . $this->swoolePort);
     $this->testCase and $this->testCase->writeRemoteCoverage();
 }