Skip to content

Commit 63d4286

Browse files
Merge branch '10.5' into 11.5
2 parents f5d3af7 + a845c8d commit 63d4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Command/Commands/ListTestSuitesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private function warnAboutConflictingOptions(): string
8383
}
8484

8585
if ($configuration->includeTestSuite() !== '') {
86-
$buffer .= 'The --testsuite and --list-suites options cannot be combined, --exclude-group is ignored' . PHP_EOL;
86+
$buffer .= 'The --testsuite and --list-suites options cannot be combined, --testsuite is ignored' . PHP_EOL;
8787
}
8888

8989
if (!empty($buffer)) {

0 commit comments

Comments
 (0)