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.