Skip to content

Commit

Permalink
debug 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinalkan committed May 3, 2022
1 parent e7192e3 commit 7b705d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/IncludedCest.php
Expand Up @@ -274,7 +274,7 @@ public function someSuitesCanBeRunForAllIncludedApplications(\CliGuy $I)
*/
public function wildCardSuitesAndAppSpecificSuitesCantBeCombined(CliGuy $I)
{
$I->executeCommand('run jazz::unit,*::functional', false);
$I->executeCommand('run jazz::unit,*::functional', true);
$I->seeResultCodeIs(2);
$I->seeInShellOutput('Wildcard options can not be combined with specific suites of included apps.');
}
Expand Down

0 comments on commit 7b705d7

Please sign in to comment.