Skip to content

Commit

Permalink
Improved CLI help to match behaviour more closely
Browse files Browse the repository at this point in the history
  • Loading branch information
epdenouden authored and sebastianbergmann committed Sep 8, 2018
1 parent ca2d77b commit 9a987cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ protected function showHelp(): void
--disallow-test-output Be strict about output during tests
--disallow-resource-usage Be strict about resource usage during small tests
--enforce-time-limit Enforce time limit based on test size
--default-time-limit=<sec> Maximum running time in seconds for unsized tests
--default-time-limit=<sec> Timeout in seconds for tests without @small, @medium or @large
--disallow-todo-tests Disallow @todo-annotated tests
--process-isolation Run each test in a separate PHP process
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/help.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Test Execution Options:
--disallow-test-output Be strict about output during tests
--disallow-resource-usage Be strict about resource usage during small tests
--enforce-time-limit Enforce time limit based on test size
--default-time-limit=<sec> Maximum running time in seconds for unsized tests
--default-time-limit=<sec> Timeout in seconds for tests without @small, @medium or @large
--disallow-todo-tests Disallow @todo-annotated tests

--process-isolation Run each test in a separate PHP process
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/help2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Test Execution Options:
--disallow-test-output Be strict about output during tests
--disallow-resource-usage Be strict about resource usage during small tests
--enforce-time-limit Enforce time limit based on test size
--default-time-limit=<sec> Maximum running time in seconds for unsized tests
--default-time-limit=<sec> Timeout in seconds for tests without @small, @medium or @large
--disallow-todo-tests Disallow @todo-annotated tests

--process-isolation Run each test in a separate PHP process
Expand Down

0 comments on commit 9a987cb

Please sign in to comment.