Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch '9.3'
  • Loading branch information
sebastianbergmann committed Aug 12, 2020
2 parents 9b9168f + b824eb8 commit cd1c77e
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 @@ -56,6 +56,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 @@ -125,7 +126,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' => '--extensions <extensions>', 'desc' => 'A comma separated list of PHPUnit extensions to load'],
['arg' => '--no-extensions', 'desc' => 'Do not load PHPUnit extensions'],
['arg' => '--include-path <path(s)>', 'desc' => '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-help-color.txt
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 @@ -115,7 +116,6 @@
-c|--configuration <file>  Read configuration from XML file
--no-configuration  Ignore default configuration file
(phpunit.xml)
--no-logging  Ignore logging configuration
--extensions <extensions>  A comma separated list of PHPUnit
extensions to load
--no-extensions  Do not load PHPUnit extensions
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/cli/_files/output-cli-usage.txt
Expand Up @@ -27,6 +27,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 @@ -92,7 +93,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
--extensions <extensions> A comma separated list of PHPUnit extensions to load
--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 cd1c77e

Please sign in to comment.