You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TextUI/Command/Commands/ListTestSuitesCommand.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,11 @@ private function warnAboutConflictingOptions(): string
83
83
}
84
84
85
85
if ($configuration->hasGroups()) {
86
-
$buffer .= 'The --group and --list-suites options cannot be combined, --group is ignored' . PHP_EOL;
86
+
$buffer .= 'The --group (CLI) and <groups> (XML) options cannot be combined with --list-suites, --group and <groups> are ignored' . PHP_EOL;
87
87
}
88
88
89
89
if ($configuration->hasExcludeGroups()) {
90
-
$buffer .= 'The --exclude-group and --list-suites options cannot be combined, --exclude-group is ignored' . PHP_EOL;
90
+
$buffer .= 'The --exclude-group (CLI) and <groups> (XML) options cannot be combined with --list-suites, --exclude-group and <groups> are ignored' . PHP_EOL;
0 commit comments