/**
  * {@inheritdoc}
  */
 public function stop()
 {
     parent::stop();
     $this->phantomJsProc->stop(0);
 }