From 17f6363ea93f640a2acc1abfc5be09403e5a1905 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 21 May 2021 16:49:17 +0200 Subject: [PATCH] Fix tests --- .../Test/Fixtures/installer/install-funding-notice.test | 2 +- tests/Composer/Test/Fixtures/installer/suggest-prod-nolock.test | 2 +- tests/Composer/Test/Fixtures/installer/suggest-uninstalled.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Composer/Test/Fixtures/installer/install-funding-notice.test b/tests/Composer/Test/Fixtures/installer/install-funding-notice.test index cbdc206d8..0678070bb 100644 --- a/tests/Composer/Test/Fixtures/installer/install-funding-notice.test +++ b/tests/Composer/Test/Fixtures/installer/install-funding-notice.test @@ -41,7 +41,7 @@ Installs a simple package with exact match requirement --RUN-- install --EXPECT-OUTPUT-- -No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file. +No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information. Loading composer repositories with package information Updating dependencies Lock file operations: 3 installs, 0 updates, 0 removals diff --git a/tests/Composer/Test/Fixtures/installer/suggest-prod-nolock.test b/tests/Composer/Test/Fixtures/installer/suggest-prod-nolock.test index b4d1fbb09..ee75d3f33 100644 --- a/tests/Composer/Test/Fixtures/installer/suggest-prod-nolock.test +++ b/tests/Composer/Test/Fixtures/installer/suggest-prod-nolock.test @@ -17,7 +17,7 @@ Suggestions are displayed even in non-dev mode for new suggesters installed when --RUN-- install --no-dev --EXPECT-OUTPUT-- -No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file. +No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information. Loading composer repositories with package information Updating dependencies Lock file operations: 1 install, 0 updates, 0 removals diff --git a/tests/Composer/Test/Fixtures/installer/suggest-uninstalled.test b/tests/Composer/Test/Fixtures/installer/suggest-uninstalled.test index fff3e19d6..b094c33cb 100644 --- a/tests/Composer/Test/Fixtures/installer/suggest-uninstalled.test +++ b/tests/Composer/Test/Fixtures/installer/suggest-uninstalled.test @@ -17,7 +17,7 @@ Suggestions are displayed --RUN-- install --EXPECT-OUTPUT-- -No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file. +No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information. Loading composer repositories with package information Updating dependencies Lock file operations: 1 install, 0 updates, 0 removals