From 814529e3c0ddb192502dd0817c6a959f523d86e6 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 19 Nov 2018 10:05:37 +0100 Subject: [PATCH 1/2] Update branch info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3438707736..a7c27744462 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of [![Latest Stable Version](https://img.shields.io/packagist/v/phpunit/phpunit.svg?style=flat-square)](https://packagist.org/packages/phpunit/phpunit) [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg?style=flat-square)](https://php.net/) -[![Build Status](https://img.shields.io/travis/sebastianbergmann/phpunit/master.svg?style=flat-square)](https://phpunit.de/build-status.html) +[![Build Status](https://img.shields.io/travis/sebastianbergmann/phpunit/7.5.svg?style=flat-square)](https://phpunit.de/build-status.html) ## Installation From c24fa1a0dbc70797d765e53c929e735ba69e6849 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 19 Nov 2018 11:07:38 +0100 Subject: [PATCH 2/2] Fix --- 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 1733172f57b..9b66bc19272 100644 --- a/src/TextUI/Command.php +++ b/src/TextUI/Command.php @@ -1173,7 +1173,7 @@ protected function showHelp(): void --include-path Prepend PHP's include_path with given path(s) -d key[=value] Sets a php.ini value --generate-configuration Generate configuration file with suggested settings - --cache-result-file== Specify result cache path and filename + --cache-result-file= Specify result cache path and filename Miscellaneous Options: diff --git a/tests/end-to-end/help.phpt b/tests/end-to-end/help.phpt index fbf58aac43e..fb069f0e4d2 100644 --- a/tests/end-to-end/help.phpt +++ b/tests/end-to-end/help.phpt @@ -103,7 +103,7 @@ Configuration Options: --include-path Prepend PHP's include_path with given path(s) -d key[=value] Sets a php.ini value --generate-configuration Generate configuration file with suggested settings - --cache-result-file== Specify result cache path and filename + --cache-result-file= Specify result cache path and filename Miscellaneous Options: diff --git a/tests/end-to-end/help2.phpt b/tests/end-to-end/help2.phpt index 1852d16593e..b0c6ecb9e2f 100644 --- a/tests/end-to-end/help2.phpt +++ b/tests/end-to-end/help2.phpt @@ -104,7 +104,7 @@ Configuration Options: --include-path Prepend PHP's include_path with given path(s) -d key[=value] Sets a php.ini value --generate-configuration Generate configuration file with suggested settings - --cache-result-file== Specify result cache path and filename + --cache-result-file= Specify result cache path and filename Miscellaneous Options: