Skip to content

Commit

Permalink
remove symfony/console constants
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinalkan committed May 3, 2022
1 parent e7192e3 commit b48e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Command/Run.php
Expand Up @@ -438,7 +438,7 @@ public function execute(InputInterface $input, OutputInterface $output)

if(!empty($wildcard_suites) && ! empty($app_specific_suites)) {
$this->output->writeLn('<error>Wildcard options can not be combined with specific suites of included apps.</error>');
return self::INVALID;
return 2;
}

if(!empty($config['include'])) {
Expand Down

0 comments on commit b48e2aa

Please sign in to comment.