execute() public method

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