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, [], 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, [],