-
Notifications
You must be signed in to change notification settings - Fork 9.4k
magento/28577_undeclared_webapi_dependency-fix #28666
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
magento/28577_undeclared_webapi_dependency-fix #28666
Conversation
Hi @sasha19957099. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. |
@magento run all tests |
composer.lock
Outdated
@@ -210,24 +210,24 @@ | |||
}, | |||
{ | |||
"name": "composer/composer", | |||
"version": "1.10.6", | |||
"version": "1.10.7", |
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.
We don't want to update dependencies as a part of this change.
You can use composer update -lock
to only update composer.lock hash without updating dependencies
7c8c30c
to
e1accde
Compare
@magento run all tests |
…ependency_on_Webapi_module
@magento run all tests |
…ependency_on_Webapi_module
@magento run all tests |
Manual testing not needed since this doesn't touch functionality. Automated tests will be enough |
Hi @sasha19957099, thank you for your contribution! |
declare(strict_types=1); | ||
|
||
return [ | ||
'Magento\GraphQl' => [ | ||
'Magento\Webapi' => 'Magento\Webapi' | ||
] | ||
]; |
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.
Hi @sasha19957099 @danielrenaud,
Could you explain why this file was added? Seems like test shouldn't fail anymore as it has declared dependency on web api module. An I wrong?
Description (*)
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)