Behat\Behat\EventDispatcher\Cli\StopOnFailureController::configure PHP Method

configure() public method

Configures command to be executable by the controller.
public configure ( Command $command )
$command Symfony\Component\Console\Command\Command
    public function configure(Command $command)
    {
        $command->addOption('--stop-on-failure', null, InputOption::VALUE_NONE, 'Stop processing on first failed scenario.');
    }