/**
  * @param CommandInterface|PhpUnitToolCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->phpUnitToolExecutor->execute($command->isRandomMode(), $command->getOptions(), $command->getErrorMessage());
 }