Skip to content

Commit

Permalink
Merge branch '8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 28, 2019
2 parents a37a4ab + 6568445 commit ced6984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TextUI/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ final class Help
['arg' => '--testdox', 'desc' => 'Report test execution progress in TestDox format'],
['arg' => '--testdox-group', 'desc' => 'Only include tests from the specified group(s)'],
['arg' => '--testdox-exclude-group', 'desc' => 'Exclude tests from the specified group(s)'],
['arg' => '--no-interaction', 'desc' => 'Disable TestDox progress animation'],
['arg' => '--printer <printer>', 'desc' => 'TestListener implementation to use'],
['spacer' => ''],

Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/cli/_files/output-cli-help-color.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
--testdox-group  Only include tests from the specified
group(s)
--testdox-exclude-group  Exclude tests from the specified group(s)
--no-interaction  Disable TestDox progress animation
--printer <printer>  TestListener implementation to use

--order-by=<order>  Run tests in order:
Expand Down
1 change: 1 addition & 0 deletions tests/end-to-end/cli/_files/output-cli-usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Test Execution Options:
--testdox Report test execution progress in TestDox format
--testdox-group Only include tests from the specified group(s)
--testdox-exclude-group Exclude tests from the specified group(s)
--no-interaction Disable TestDox progress animation
--printer <printer> TestListener implementation to use

--order-by=<order> Run tests in order: default|defects|duration|no-depends|random|reverse|size
Expand Down

0 comments on commit ced6984

Please sign in to comment.