From b63a325edd4f4ccaa8c29f967f7c1a36612893d7 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Sun, 22 Nov 2020 21:17:32 +0000 Subject: [PATCH] Issue #3183825 by effulgentsia, alexpott: Use absolute instead of relative paths within the packages.json created in ComposerProjectTemplatesTest (cherry picked from commit 45a21cc50366983688801637abf53ddbe7c95d07) --- .../Composer/Template/ComposerProjectTemplatesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php index 28e6eb5dc609..fef7d4775b4d 100644 --- a/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php +++ b/core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php @@ -312,7 +312,7 @@ protected function makeVendorPackage($repository_path) { "name" => $name, "dist" => [ "type" => "path", - "url" => $path, + "url" => $full_path, ], "version" => $version, ], -- GitLab