/**
  * @param bool   $randomMode
  * @param string $options
  *
  * @return bool
  */
 protected function executeTool($randomMode, $options)
 {
     return true === $randomMode ? $this->phpUnitRandomizerProcessor->process($options) : $this->phpUnitProcessor->process($options);
 }