-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Added app isolation attribute to tests in EavSetupTest #39617
base: 2.4-develop
Are you sure you want to change the base?
Conversation
Hi @stollr. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
1 similar comment
@magento run all tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- dev/tests/integration/testsuite/Magento/Eav/Setup/EavSetupTest.php: Language not supported
because the affect global state (adding error messages to the `Magento\Eav\Model\Validator\Attribute\Code` service) which will affect further tests that try to add eav attributes. This change fixes magento#39616.
Description (*)
The proposed changes add AppIsolation attributes to two tests of the
EavSetupTest
, because they affect global state (adding error messages to theMagento\Eav\Model\Validator\Attribute\Code
service) which will affect further tests that try to add EAV attributes.Related Pull Requests
Fixed Issues (if relevant)
Contribution checklist (*)