-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Backend: add missing unit test for ModuleService class #18546
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
Backend: add missing unit test for ModuleService class #18546
Conversation
*/ | ||
declare(strict_types=1); | ||
|
||
namespace Magento\Backend\Test\Unit\Model; |
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.
Please, adjust the namespace to correspond the file path
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.
@rogyar thank you!
I've updated the namespace.
@magento-engcom-team give me test instance |
Hi @ishakhsuvarov. Thank you for your request. I'm working on Magento instance for you |
Hi @ishakhsuvarov, here is your new Magento instance. |
Hi @rogyar, thank you for the review. |
Hi @dmytro-ch. Thank you for your contribution. |
1 similar comment
Hi @dmytro-ch. Thank you for your contribution. |
Description
This PR adds missing unit tests for Module List Service class:
\Magento\Backend\Service\V1\ModuleService
Fixed Issues (if relevant)
N/A
Manual testing scenarios
N/A
Contribution checklist