From 22e79684ee942e51bc5aaa319154577cd1c8f010 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 17 Feb 2021 23:37:03 +0100 Subject: [PATCH] Fix unzip missing support for testsuite --- tests/Composer/Test/Fixtures/functional/installed-versions.test | 2 +- .../Composer/Test/Fixtures/functional/installed-versions2.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Composer/Test/Fixtures/functional/installed-versions.test b/tests/Composer/Test/Fixtures/functional/installed-versions.test index 003401d09..54c43f15f 100644 --- a/tests/Composer/Test/Fixtures/functional/installed-versions.test +++ b/tests/Composer/Test/Fixtures/functional/installed-versions.test @@ -21,7 +21,7 @@ Lock file operations: 6 installs, 0 updates, 0 removals - Locking symfony/process (12345.1.2) Writing lock file Installing dependencies from lock file (including require-dev) -Package operations: 6 installs, 0 updates, 0 removals +Package operations: 6 installs, 0 updates, 0 removals%(\nAs there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.\nThis may cause invalid reports of corrupted archives. Besides, any UNIX permissions \(e.g. executable\) defined in the archives will be lost.\nInstalling 'unzip' may remediate them.)?% - Downloading symfony/polyfill-ctype (%v?[1-8]\.\d+\.\d+%) - Downloading symfony/filesystem (%v?[2-8]\.\d+\.\d+%) - Installing symfony/console (99999.1.2): Symlinking from symfony-console diff --git a/tests/Composer/Test/Fixtures/functional/installed-versions2.test b/tests/Composer/Test/Fixtures/functional/installed-versions2.test index d1553a36c..8179468d1 100644 --- a/tests/Composer/Test/Fixtures/functional/installed-versions2.test +++ b/tests/Composer/Test/Fixtures/functional/installed-versions2.test @@ -26,7 +26,7 @@ Lock file operations: 0 installs, 5 updates, 0 removals - Upgrading symfony/process (12345.1.2 => 12345.1.3) Writing lock file Installing dependencies from lock file (including require-dev) -Package operations: 0 installs, 5 updates, 0 removals +Package operations: 0 installs, 5 updates, 0 removals%(\nAs there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.\nThis may cause invalid reports of corrupted archives. Besides, any UNIX permissions \(e.g. executable\) defined in the archives will be lost.\nInstalling 'unzip' may remediate them.)?% - Downloading symfony/filesystem (%v?[2-8]\.\d+\.\d+%) - Upgrading symfony/console (99999.1.2 => 99999.1.3): Mirroring from symfony-console - Upgrading plugin/a (1.1.1 => 1.1.2): Mirroring from plugin-a