Skip to content

Commit

Permalink
Merge branch '6.5' into 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2018
2 parents 768a864 + 5edce73 commit c224852
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
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,7 @@ protected function showHelp(): void
--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 @@ -1151,7 +1152,6 @@ protected function showHelp(): void
--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
Original file line number Diff line number Diff line change
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 @@ -94,7 +95,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
Original file line number Diff line number Diff line change
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 @@ -95,7 +96,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 c224852

Please sign in to comment.