From 2142aa7fc540a543fbbca5878f09f2e3be651504 Mon Sep 17 00:00:00 2001 From: Ted Bowman <ted+git@tedbow.com> Date: Fri, 19 Apr 2024 07:53:06 -0400 Subject: [PATCH] first checkout test to be patched --- scripts/src/ConverterCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/src/ConverterCommand.php b/scripts/src/ConverterCommand.php index d3be95ff66..6b099efbaf 100644 --- a/scripts/src/ConverterCommand.php +++ b/scripts/src/ConverterCommand.php @@ -176,6 +176,8 @@ class ConverterCommand extends Command { static::executeCommand("git checkout {$this->core_target_branch} -- composer"); static::executeCommand("git checkout {$this->core_target_branch} -- core/composer.json"); static::executeCommand("git checkout {$this->core_target_branch} -- core/misc/cspell/dictionary.txt"); + // Checkout original version of file to be patched. + static::executeCommand("git checkout {$this->core_target_branch} -- core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php"); // Check out files that will be patched. static::executeCommand("git checkout {$this->core_target_branch} -- core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php"); -- GitLab