orm
orm copied to clipboard
PoC: Multiple with support via alias
🔍 What was changed
Added key alias for Select::with() options.
[!NOTE] There is PoC. Tests required
📝 Checklist
- Closes #482
- How was this tested:
- [ ] Tested manually
- [ ] Unit tests added
📃 Documentation
@gam6itko could you add test cases?
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.52%. Comparing base (
0677d29) to head (f3492f9).
Additional details and impacted files
@@ Coverage Diff @@
## 2.x #483 +/- ##
=========================================
Coverage 91.52% 91.52%
Complexity 1817 1817
=========================================
Files 115 115
Lines 4613 4615 +2
=========================================
+ Hits 4222 4224 +2
Misses 391 391
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
CI fail related with bug introduced in PHP 8.3.8 https://github.com/php/php-src/issues/14480
Based on the previous successful CI run I'm merging the PR.