From b9d7d27c82ef0173da78a19f25c8e5d6d2422069 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 26 Nov 2021 10:13:49 +0100 Subject: [PATCH] Fix tests after grammar fix for php.ini error message --- .../Test/Fixtures/installer/platform-ext-solver-problems.test | 2 +- .../installer/solver-problems-with-disabled-platform.test | 2 +- tests/Composer/Test/Fixtures/installer/solver-problems.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Composer/Test/Fixtures/installer/platform-ext-solver-problems.test b/tests/Composer/Test/Fixtures/installer/platform-ext-solver-problems.test index 625bf9d9f..3e58bb2f2 100644 --- a/tests/Composer/Test/Fixtures/installer/platform-ext-solver-problems.test +++ b/tests/Composer/Test/Fixtures/installer/platform-ext-solver-problems.test @@ -51,6 +51,6 @@ Your requirements could not be resolved to an installable set of packages. To enable extensions, verify that they are enabled in your .ini files: __inilist__ -You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. +You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. --EXPECT-- diff --git a/tests/Composer/Test/Fixtures/installer/solver-problems-with-disabled-platform.test b/tests/Composer/Test/Fixtures/installer/solver-problems-with-disabled-platform.test index bc6a1535a..ce851a25a 100644 --- a/tests/Composer/Test/Fixtures/installer/solver-problems-with-disabled-platform.test +++ b/tests/Composer/Test/Fixtures/installer/solver-problems-with-disabled-platform.test @@ -80,7 +80,7 @@ Your requirements could not be resolved to an installable set of packages. To enable extensions, verify that they are enabled in your .ini files: __inilist__ -You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. +You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. --EXPECT-- diff --git a/tests/Composer/Test/Fixtures/installer/solver-problems.test b/tests/Composer/Test/Fixtures/installer/solver-problems.test index 06a1437fc..240da2de8 100644 --- a/tests/Composer/Test/Fixtures/installer/solver-problems.test +++ b/tests/Composer/Test/Fixtures/installer/solver-problems.test @@ -155,7 +155,7 @@ Read for further commo To enable extensions, verify that they are enabled in your .ini files: __inilist__ -You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode. +You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.