Fix tests after grammar fix for php.ini error message
parent
645e5245dd
commit
b9d7d27c82
|
@ -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:
|
To enable extensions, verify that they are enabled in your .ini files:
|
||||||
__inilist__
|
__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--
|
--EXPECT--
|
||||||
|
|
|
@ -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:
|
To enable extensions, verify that they are enabled in your .ini files:
|
||||||
__inilist__
|
__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--
|
--EXPECT--
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,7 @@ Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further commo
|
||||||
|
|
||||||
To enable extensions, verify that they are enabled in your .ini files:
|
To enable extensions, verify that they are enabled in your .ini files:
|
||||||
__inilist__
|
__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.
|
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue