Open
Description
Preconditions (*)
Magento 2.4-develop
Magento OOTB should provide only 1 preference for each Interface in app/etc/di.xml
as it's "base config"
Steps to reproduce (*)
Verify the contents of app/etc/di.xml
Expected result (*)
Only 1 preference for 1 Interface
Actual result (*)
Line 46 in 960a51f
overridden by
Line 116 in 960a51f
Possible that there are other issues like that. We need to add some kind of validation for di.xml
to avoid such situations in future (CC: @lenaorobei )