Skip to content

Commit

Permalink
Move --no-coverage to correct section of --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2018
1 parent f85c721 commit 5edce73
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
Expand Up @@ -1036,6 +1036,7 @@ protected function showHelp()
--coverage-xml <dir> Generate code coverage report in PHPUnit XML format.
--whitelist <dir> Whitelist <dir> for code coverage analysis.
--disable-coverage-ignore Disable annotations for ignoring code coverage.
--no-coverage Ignore code coverage configuration.
Logging Options:
Expand Down Expand Up @@ -1101,7 +1102,6 @@ protected function showHelp()
--bootstrap <file> A "bootstrap" PHP file that is run before the tests.
-c|--configuration <file> Read configuration from XML file.
--no-configuration Ignore default configuration file (phpunit.xml).
--no-coverage Ignore code coverage configuration.
--no-logging Ignore logging configuration.
--no-extensions Do not load PHPUnit extensions.
--include-path <path(s)> Prepend PHP's include_path with given path(s).
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/help.phpt
Expand Up @@ -23,6 +23,7 @@ Code Coverage Options:
--coverage-xml <dir> Generate code coverage report in PHPUnit XML format.
--whitelist <dir> Whitelist <dir> for code coverage analysis.
--disable-coverage-ignore Disable annotations for ignoring code coverage.
--no-coverage Ignore code coverage configuration.

Logging Options:

Expand Down Expand Up @@ -88,7 +89,6 @@ Configuration Options:
--bootstrap <file> A "bootstrap" PHP file that is run before the tests.
-c|--configuration <file> Read configuration from XML file.
--no-configuration Ignore default configuration file (phpunit.xml).
--no-coverage Ignore code coverage configuration.
--no-logging Ignore logging configuration.
--no-extensions Do not load PHPUnit extensions.
--include-path <path(s)> Prepend PHP's include_path with given path(s).
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/help2.phpt
Expand Up @@ -24,6 +24,7 @@ Code Coverage Options:
--coverage-xml <dir> Generate code coverage report in PHPUnit XML format.
--whitelist <dir> Whitelist <dir> for code coverage analysis.
--disable-coverage-ignore Disable annotations for ignoring code coverage.
--no-coverage Ignore code coverage configuration.

Logging Options:

Expand Down Expand Up @@ -89,7 +90,6 @@ Configuration Options:
--bootstrap <file> A "bootstrap" PHP file that is run before the tests.
-c|--configuration <file> Read configuration from XML file.
--no-configuration Ignore default configuration file (phpunit.xml).
--no-coverage Ignore code coverage configuration.
--no-logging Ignore logging configuration.
--no-extensions Do not load PHPUnit extensions.
--include-path <path(s)> Prepend PHP's include_path with given path(s).
Expand Down

0 comments on commit 5edce73

Please sign in to comment.