-
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
[Search] Cover SynonymActions Column by Unit Test #26076
[Search] Cover SynonymActions Column by Unit Test #26076
Conversation
Hi @edenduong. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Outdated
Show resolved
Hide resolved
Hi @lbajsarowicz : It is ok now. Thank you for your feedback. Please check it again. |
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.
👍 Thank you for your contribution. Well done!
[ | ||
SynonymActions::SYNONYM_URL_PATH_DELETE, ['group_id' => self::STUB_SYNONYM_GROUP_ID], | ||
sprintf(self::SYNONYM_GROUP_DELETE_URL, self::STUB_SYNONYM_GROUP_ID) | ||
], |
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.
According to PSR each element should be in separate line, however I understand the goal of having 2 : 1
set there.
Hi @lbajsarowicz, thank you for the review.
|
✔️ QA Passed |
@lbajsarowicz @engcom-Alfa: Could you please add "Test Coverage Award" for this PR :) Thanks :D |
Hi @edenduong, thank you for your contribution! |
Description (*)
Increase Test Coverage
[Search] Cover SynonymActions Column by Unit Test
Fixed Issues (if relevant)
Manual testing scenarios (*)
vendor/bin/phpunit app/code/Magento/Search/Test/Unit/Ui/Component/Listing/Column/SynonymActionsTest.php
Questions or comments
Contribution checklist (*)