Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 18, 2024
2 parents 7ab30a9 + 7aec892 commit 7b2b6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TextUI/Help.php
Expand Up @@ -208,6 +208,7 @@ private function elements(): array
['arg' => '--stop-on-incomplete', 'desc' => 'Stop after first incomplete test'],
['spacer' => ''],

['arg' => '--fail-on-empty-test-suite', 'desc' => 'Signal failure using shell exit code when no tests were run'],
['arg' => '--fail-on-warning', 'desc' => 'Signal failure using shell exit code when a warning was triggered'],
['arg' => '--fail-on-risky', 'desc' => 'Signal failure using shell exit code when a test was considered risky'],
['arg' => '--fail-on-deprecation', 'desc' => 'Signal failure using shell exit code when a deprecation was triggered'],
Expand Down
2 changes: 2 additions & 0 deletions tests/end-to-end/_files/output-cli-help-color.txt
Expand Up @@ -70,6 +70,8 @@
--stop-on-skipped  Stop after first skipped test
--stop-on-incomplete  Stop after first incomplete test

--fail-on-empty-test-suite  Signal failure using shell exit code when no
tests were run
--fail-on-warning  Signal failure using shell exit code when a
warning was triggered
--fail-on-risky  Signal failure using shell exit code when a
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/_files/output-cli-usage.txt
Expand Up @@ -58,6 +58,7 @@ Execution:
--stop-on-skipped Stop after first skipped test
--stop-on-incomplete Stop after first incomplete test

--fail-on-empty-test-suite Signal failure using shell exit code when no tests were run
--fail-on-warning Signal failure using shell exit code when a warning was triggered
--fail-on-risky Signal failure using shell exit code when a test was considered risky
--fail-on-deprecation Signal failure using shell exit code when a deprecation was triggered
Expand Down

0 comments on commit 7b2b6e5

Please sign in to comment.