Skip to content

Commit

Permalink
Enhancement: Keep option values sorted in help output
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 5, 2019
1 parent ec6fb40 commit 88fcebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TextUI/Help.php
Expand Up @@ -100,7 +100,7 @@ final class Help
['arg' => '--printer <printer>', 'desc' => 'TestListener implementation to use'],
['spacer' => ''],

['arg' => '--order-by=<order>', 'desc' => 'Run tests in order: default|defects|depends|duration|no-depends|random|reverse'],
['arg' => '--order-by=<order>', 'desc' => 'Run tests in order: default|defects|no-depends|random|reverse'],
['arg' => '--random-order-seed=<N>', 'desc' => 'Use a specific random seed <N> for random order'],
['arg' => '--cache-result', 'desc' => 'Write test results to cache file'],
['arg' => '--do-not-cache-result', 'desc' => 'Do not write test results to cache file'],
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/cli/_files/output-cli-help-color.txt
Expand Up @@ -99,7 +99,7 @@
--printer <printer>  TestListener implementation to use

--order-by=<order>  Run tests in order:
default|defects|depends|duration|no-depends|random|reverse
default|defects|no-depends|random|reverse
--random-order-seed=<N>  Use a specific random seed <N> for random
order
--cache-result  Write test results to cache file
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/cli/_files/output-cli-usage.txt
Expand Up @@ -77,7 +77,7 @@ Test Execution Options:
--testdox-exclude-group Exclude tests from the specified group(s)
--printer <printer> TestListener implementation to use

--order-by=<order> Run tests in order: default|defects|depends|duration|no-depends|random|reverse
--order-by=<order> Run tests in order: default|defects|no-depends|random|reverse
--random-order-seed=<N> Use a specific random seed <N> for random order
--cache-result Write test results to cache file
--do-not-cache-result Do not write test results to cache file
Expand Down

0 comments on commit 88fcebe

Please sign in to comment.