From 5edce7310f60dc382f69104ea0def48904adfec8 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 7 Sep 2018 15:42:25 +0200 Subject: [PATCH] Move --no-coverage to correct section of --help output --- src/TextUI/Command.php | 2 +- tests/end-to-end/help.phpt | 2 +- tests/end-to-end/help2.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/TextUI/Command.php b/src/TextUI/Command.php index a99272ad8b6..77866f5b925 100644 --- a/src/TextUI/Command.php +++ b/src/TextUI/Command.php @@ -1036,6 +1036,7 @@ protected function showHelp() --coverage-xml Generate code coverage report in PHPUnit XML format. --whitelist Whitelist for code coverage analysis. --disable-coverage-ignore Disable annotations for ignoring code coverage. + --no-coverage Ignore code coverage configuration. Logging Options: @@ -1101,7 +1102,6 @@ protected function showHelp() --bootstrap A "bootstrap" PHP file that is run before the tests. -c|--configuration 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 Prepend PHP's include_path with given path(s). diff --git a/tests/end-to-end/help.phpt b/tests/end-to-end/help.phpt index 233d6858d00..e4dae316940 100644 --- a/tests/end-to-end/help.phpt +++ b/tests/end-to-end/help.phpt @@ -23,6 +23,7 @@ Code Coverage Options: --coverage-xml Generate code coverage report in PHPUnit XML format. --whitelist Whitelist for code coverage analysis. --disable-coverage-ignore Disable annotations for ignoring code coverage. + --no-coverage Ignore code coverage configuration. Logging Options: @@ -88,7 +89,6 @@ Configuration Options: --bootstrap A "bootstrap" PHP file that is run before the tests. -c|--configuration 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 Prepend PHP's include_path with given path(s). diff --git a/tests/end-to-end/help2.phpt b/tests/end-to-end/help2.phpt index f453b0682b4..f24bc1ac6c8 100644 --- a/tests/end-to-end/help2.phpt +++ b/tests/end-to-end/help2.phpt @@ -24,6 +24,7 @@ Code Coverage Options: --coverage-xml Generate code coverage report in PHPUnit XML format. --whitelist Whitelist for code coverage analysis. --disable-coverage-ignore Disable annotations for ignoring code coverage. + --no-coverage Ignore code coverage configuration. Logging Options: @@ -89,7 +90,6 @@ Configuration Options: --bootstrap A "bootstrap" PHP file that is run before the tests. -c|--configuration 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 Prepend PHP's include_path with given path(s).