[Behat] Update main services config from xml to php#18854
[Behat] Update main services config from xml to php#18854TheMilek merged 1 commit intoSylius:2.3from
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
6ed8482 to
35fd2e8
Compare
📝 WalkthroughWalkthroughThis pull request migrates Sylius Behat service definitions from XML to PHP format, introducing a comprehensive PHP configuration file that consolidates all service registrations and replacing the corresponding XML imports and definitions in the container configuration. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/Sylius/Behat/Resources/config/services.php`:
- Around line 61-72: The array keys in the parameter maps
sylius.behat.notification_checker.admin.class_map and
sylius.behat.notification_checker.shop.class_map are not alphabetized; reorder
each array's keys into alphabetical order (error, failure, info, success)
preserving their associated values so the mapping logic remains unchanged and
coding guidelines are satisfied.
Summary by CodeRabbit