diff --git a/tests/Composer/Test/Fixtures/installer/replaced-packages-should-not-be-installed-when-installing-from-lock.test b/tests/Composer/Test/Fixtures/installer/replaced-packages-wrong-version-install-from-lock.test similarity index 89% rename from tests/Composer/Test/Fixtures/installer/replaced-packages-should-not-be-installed-when-installing-from-lock.test rename to tests/Composer/Test/Fixtures/installer/replaced-packages-wrong-version-install-from-lock.test index 6e1783b58..2721772ae 100644 --- a/tests/Composer/Test/Fixtures/installer/replaced-packages-should-not-be-installed-when-installing-from-lock.test +++ b/tests/Composer/Test/Fixtures/installer/replaced-packages-wrong-version-install-from-lock.test @@ -1,5 +1,5 @@ --TEST-- -Requiring a replaced package in a version, that is not provided by the replacing package, should result in a conflict, when installing from lock +Requiring a replaced package in a version, that is not provided by the replacing package, should install correctly (although that is not a very smart idea) also when installing from lock --COMPOSER-- { "repositories": [ diff --git a/tests/Composer/Test/Fixtures/installer/replaced-packages-should-not-be-installed.test b/tests/Composer/Test/Fixtures/installer/replaced-packages-wrong-version-install.test similarity index 92% rename from tests/Composer/Test/Fixtures/installer/replaced-packages-should-not-be-installed.test rename to tests/Composer/Test/Fixtures/installer/replaced-packages-wrong-version-install.test index 78979eeac..8971f8069 100644 --- a/tests/Composer/Test/Fixtures/installer/replaced-packages-should-not-be-installed.test +++ b/tests/Composer/Test/Fixtures/installer/replaced-packages-wrong-version-install.test @@ -1,5 +1,5 @@ --TEST-- -Requiring a replaced package in a version, that is not provided by the replacing package, should result in a conflict +Requiring a replaced package in a version, that is not provided by the replacing package, should install correctly (although that is not a very smart idea) --COMPOSER-- { "repositories": [