Skip to content

Commit a845c8d

Browse files
Fix message
1 parent 8f0f820 commit a845c8d

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
@@ -62,7 +62,7 @@ private function warnAboutConflictingOptions(): string
6262
}
6363

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

6868
if (!empty($buffer)) {

0 commit comments

Comments
 (0)