-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#27044 Integration Test to cover $storeId
on Category Repository get()
#27048
#27044 Integration Test to cover $storeId
on Category Repository get()
#27048
Conversation
…$storeId) attribute
Hi @lbajsarowicz. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento run Functional Tests B2B |
Hi @ihor-sviziev, thank you for the review. |
✔️ QA Passed |
…Repository `get()` #27048
Hi @lbajsarowicz, thank you for your contribution! |
Description (*)
During other bug fixing process I've noticed that there is some unexpected behaviour of
get()
method that ignores the$storeId
and returns unexpected data.Unfortunately - isolating the issue - this seems to work.
As it seems to be useful - I don't remove the Integration Test I've used.
Related Pull Requests
Fixed Issues (if relevant)
store_id
does not work #27044Manual testing scenarios (*)
N/A
Questions or comments
I still have that problem with
$storeId
on un-isolated Integration Test.Contribution checklist (*)