We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0f820 commit a845c8dCopy full SHA for a845c8d
src/TextUI/Command/Commands/ListTestSuitesCommand.php
@@ -62,7 +62,7 @@ private function warnAboutConflictingOptions(): string
62
}
63
64
if ($configuration->includeTestSuite() !== '') {
65
- $buffer .= 'The --testsuite and --list-suites options cannot be combined, --exclude-group is ignored' . PHP_EOL;
+ $buffer .= 'The --testsuite and --list-suites options cannot be combined, --testsuite is ignored' . PHP_EOL;
66
67
68
if (!empty($buffer)) {
0 commit comments