diff --git a/src/TextUI/Help.php b/src/TextUI/Help.php index 391e14ae403..c4e79849253 100644 --- a/src/TextUI/Help.php +++ b/src/TextUI/Help.php @@ -56,6 +56,7 @@ final class Help ['arg' => '--testdox-text ', 'desc' => 'Write agile documentation in Text format to file'], ['arg' => '--testdox-xml ', 'desc' => 'Write agile documentation in XML format to file'], ['arg' => '--reverse-list', 'desc' => 'Print defects in reverse order'], + ['arg' => '--no-logging', 'desc' => 'Ignore logging configuration'], ], 'Test Selection Options' => [ @@ -125,7 +126,6 @@ final class Help ['arg' => '--bootstrap ', 'desc' => 'A PHP script that is included before the tests run'], ['arg' => '-c|--configuration ', 'desc' => 'Read configuration from XML file'], ['arg' => '--no-configuration', 'desc' => 'Ignore default configuration file (phpunit.xml)'], - ['arg' => '--no-logging', 'desc' => 'Ignore logging configuration'], ['arg' => '--extensions ', 'desc' => 'A comma separated list of PHPUnit extensions to load'], ['arg' => '--no-extensions', 'desc' => 'Do not load PHPUnit extensions'], ['arg' => '--include-path ', 'desc' => 'Prepend PHP\'s include_path with given path(s)'], diff --git a/tests/end-to-end/cli/_files/output-cli-help-color.txt b/tests/end-to-end/cli/_files/output-cli-help-color.txt index c16001feb0e..17d4ac38965 100644 --- a/tests/end-to-end/cli/_files/output-cli-help-color.txt +++ b/tests/end-to-end/cli/_files/output-cli-help-color.txt @@ -34,6 +34,7 @@ --testdox-xml   Write agile documentation in XML format to file --reverse-list  Print defects in reverse order + --no-logging  Ignore logging configuration Test Selection Options: --filter   Filter which tests to run @@ -115,7 +116,6 @@ -c|--configuration   Read configuration from XML file --no-configuration  Ignore default configuration file (phpunit.xml) - --no-logging  Ignore logging configuration --extensions   A comma separated list of PHPUnit extensions to load --no-extensions  Do not load PHPUnit extensions diff --git a/tests/end-to-end/cli/_files/output-cli-usage.txt b/tests/end-to-end/cli/_files/output-cli-usage.txt index e6cb30c10ed..8d6b90a2478 100644 --- a/tests/end-to-end/cli/_files/output-cli-usage.txt +++ b/tests/end-to-end/cli/_files/output-cli-usage.txt @@ -27,6 +27,7 @@ Logging Options: --testdox-text Write agile documentation in Text format to file --testdox-xml Write agile documentation in XML format to file --reverse-list Print defects in reverse order + --no-logging Ignore logging configuration Test Selection Options: @@ -92,7 +93,6 @@ Configuration Options: --bootstrap A PHP script that is included before the tests run -c|--configuration Read configuration from XML file --no-configuration Ignore default configuration file (phpunit.xml) - --no-logging Ignore logging configuration --extensions A comma separated list of PHPUnit extensions to load --no-extensions Do not load PHPUnit extensions --include-path Prepend PHP's include_path with given path(s)