Skip to content

Commit

Permalink
Add description of --default-time-limit to CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
epdenouden authored and sebastianbergmann committed Sep 8, 2018
1 parent 8075b00 commit 7f328d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +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
--disallow-todo-tests Disallow @todo-annotated tests
--process-isolation Run each test in a separate PHP process
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/help.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +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
--disallow-todo-tests Disallow @todo-annotated tests

--process-isolation Run each test in a separate PHP process
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/help2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +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
--disallow-todo-tests Disallow @todo-annotated tests

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

0 comments on commit 7f328d7

Please sign in to comment.