From 5aa7b03b9d6cd0b20b32733298b6e97a2b11b287 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 10 Jun 2024 15:09:06 +0200 Subject: [PATCH] Fix test --- tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php b/tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php index a66377f9e..4a12eab82 100644 --- a/tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php +++ b/tests/Composer/Test/Package/Loader/RootPackageLoaderTest.php @@ -130,7 +130,7 @@ class RootPackageLoaderTest extends TestCase 'cmd' => ['git', 'branch', '-a', '--no-color', '--no-abbrev', '-v'], 'stdout' => "* latest-production 38137d2f6c70e775e137b2d8a7a7d3eaebf7c7e5 Commit message\n master 4f6ed96b0bc363d2aa4404c3412de1c011f67c66 Commit message\n", ], - 'git rev-list master..latest-production', + ['cmd' => ['git', 'rev-list', 'master..latest-production']], ], true); $config = new Config;