Ejemplo n.º 1
0
 public function run(TestRequest $test)
 {
     if (!$this->process->isRunning()) {
         $this->process->stop();
         $this->process->start();
     }
     $this->debug("Added " . $test->encode());
     $this->testErr = '';
     $this->pendingRequests->enqueue($test);
     $this->process->write($test->encode());
 }