From 0fd80d204d9a912bfac4a20a98b682bd46e65d45 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Tue, 8 Sep 2026 19:52:42 +1000 Subject: [PATCH 1/2] [#3103] Corrected stale stage mail comment in 'dataProviderMailCollector()'. --- tests/phpunit/Drupal/SwitchableSettingsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/Drupal/SwitchableSettingsTest.php b/tests/phpunit/Drupal/SwitchableSettingsTest.php index ac18c74af..5a04bd78e 100644 --- a/tests/phpunit/Drupal/SwitchableSettingsTest.php +++ b/tests/phpunit/Drupal/SwitchableSettingsTest.php @@ -1142,7 +1142,7 @@ public static function dataProviderMailCollector(): \Iterator { ], ]; - // Stage: delivered to the original recipients. + // Stage: rerouted, then delivered to the rerouting address. yield [ self::ENVIRONMENT_STAGE, [], From c2544c8c16d6648c36e0b383829d70f457383f73 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Tue, 8 Sep 2026 19:53:04 +1000 Subject: [PATCH 2/2] Updated baseline. --- .../_baseline/tests/phpunit/Drupal/SwitchableSettingsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/tests/phpunit/Drupal/SwitchableSettingsTest.php b/.vortex/installer/tests/Fixtures/handler_process/_baseline/tests/phpunit/Drupal/SwitchableSettingsTest.php index df4bc3a09..2b0db7f6c 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/tests/phpunit/Drupal/SwitchableSettingsTest.php +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/tests/phpunit/Drupal/SwitchableSettingsTest.php @@ -1112,7 +1112,7 @@ public static function dataProviderMailCollector(): \Iterator { ], ]; - // Stage: delivered to the original recipients. + // Stage: rerouted, then delivered to the rerouting address. yield [ self::ENVIRONMENT_STAGE, [],