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.
2 parents f5d3af7 + a845c8d commit 63d4286Copy full SHA for 63d4286
src/TextUI/Command/Commands/ListTestSuitesCommand.php
@@ -83,7 +83,7 @@ private function warnAboutConflictingOptions(): string
83
}
84
85
if ($configuration->includeTestSuite() !== '') {
86
- $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;
87
88
89
if (!empty($buffer)) {
0 commit comments