[#3103] Corrected stale stage mail comment in 'dataProviderMailCollector()'. - #3104
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughThe Stage mail collector test comment now matches the configured behavior. It states that messages are rerouted and delivered to the rerouting address. ChangesStage mail routing
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to Stage email-routing documentation now correctly describes rerouting to the configured rerouting address. Runtime behavior and test assertions are unchanged, with no current merge-readiness risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
A rabbit reads each line, Comment |
|
Code coverage (threshold: 90%) Per-class coverage |
This comment has been minimized.
This comment has been minimized.
2 similar comments
|
Code coverage (threshold: 90%) Per-class coverage |
|
Code coverage (threshold: 90%) Per-class coverage |
|
📖 Documentation preview for this pull request has been deployed to Netlify: https://6a9fdfefee58b31661401d5f--vortex-docs.netlify.app This preview is rebuilt on every commit and is not the production documentation site. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3104 +/- ##
==========================================
- Coverage 87.10% 86.74% -0.36%
==========================================
Files 108 101 -7
Lines 5179 5016 -163
Branches 49 3 -46
==========================================
- Hits 4511 4351 -160
+ Misses 668 665 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closes #3103
Summary
This change corrects no behavior; it fixes a stale comment in
dataProviderMailCollector()intests/phpunit/Drupal/SwitchableSettingsTest.php, mirrored into the installer's snapshot fixture at the equivalent path under.vortex/installer/tests/Fixtures/handler_process/_baseline/.The
ENVIRONMENT_STAGEyield carried// Stage: delivered to the original recipients., a description of the routing behavior from beforeweb/sites/default/includes/modules/settings.reroute_email.phpenabledreroute_emailfor every environment exceptENVIRONMENT_LOCAL,ENVIRONMENT_CIandENVIRONMENT_PROD, soENVIRONMENT_STAGEhas been taking the same rerouting branch asENVIRONMENT_DEV.The stage comment now reads
// Stage: rerouted, then delivered to the rerouting address., matching the// Dev: rerouted, then delivered to the rerouting address.comment a few yields above; the yield's assertion, theENVIRONMENT_PRODcomment, and thetest_mail_collectorconfiguration thatsettings.system.phpsets only forENVIRONMENT_CIare untouched.Before / After
Changes
ENVIRONMENT_STAGEcomment indataProviderMailCollector()intests/phpunit/Drupal/SwitchableSettingsTest.phpto describe the rerouted behavior instead of the pre-rerouting behavior it described before stage rerouting was enabled..vortex/installer/tests/Fixtures/handler_process/_baseline/tests/phpunit/Drupal/SwitchableSettingsTest.phpby regenerating the installer's baseline snapshot.Screenshots
N/A
Summary by CodeRabbit