Skip to content

Commit

Permalink
Move help for --no-logging option to logging section
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 12, 2020
1 parent 5dad247 commit bb1d32b
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ final class Help
['arg' => '--testdox-text <file>', 'desc' => 'Write agile documentation in Text format to file'],
['arg' => '--testdox-xml <file>', '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' => [
Expand Down Expand Up @@ -112,7 +113,6 @@ final class Help
['arg' => '--bootstrap <file>', 'desc' => 'A PHP script that is included before the tests run'],
['arg' => '-c|--configuration <file>', 'desc' => 'Read configuration from XML file'],
['arg' => '--no-configuration', 'desc' => 'Ignore default configuration file (phpunit.xml)'],
['arg' => '--no-logging', 'desc' => 'Ignore logging configuration'],
['arg' => '--no-extensions', 'desc' => 'Do not load PHPUnit extensions'],
['arg' => '--include-path <path(s)>', 'desc' => 'Prepend PHP\'s include_path with given path(s)'],
['arg' => '-d <key[=value]>', 'desc' => 'Sets a php.ini value'],
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/cli/_files/output-cli-help-color.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
--testdox-xml <file>  Write agile documentation in XML format
to file
--reverse-list  Print defects in reverse order
--no-logging  Ignore logging configuration

Test Selection Options:
--filter <pattern>  Filter which tests to run
Expand Down Expand Up @@ -114,7 +115,6 @@
-c|--configuration <file>  Read configuration from XML file
--no-configuration  Ignore default configuration file
(phpunit.xml)
--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/cli/_files/output-cli-usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Logging Options:
--testdox-text <file> Write agile documentation in Text format to file
--testdox-xml <file> Write agile documentation in XML format to file
--reverse-list Print defects in reverse order
--no-logging Ignore logging configuration

Test Selection Options:

Expand Down Expand Up @@ -89,7 +90,6 @@ Configuration Options:
--bootstrap <file> A PHP script that is included before the tests run
-c|--configuration <file> Read configuration from XML file
--no-configuration Ignore default configuration file (phpunit.xml)
--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)
-d <key[=value]> Sets a php.ini value
Expand Down

0 comments on commit bb1d32b

Please sign in to comment.