Alex\BehatLauncher\Command\RunCommand::configure PHP Method

configure() public method

public configure ( )
    public function configure()
    {
        $this->setName('run')->setDescription('Runs Behat-Launcher')->addOption('stop-on-finish', null, InputOption::VALUE_NONE, 'Stop execution when all units are run')->addOption('time-to-query', null, InputOption::VALUE_OPTIONAL, 'Time to wait for SQL queries', 2);
    }