-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Typo Fixed in code. #20059
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
Typo Fixed in code. #20059
Conversation
Hi @adityayadav-cedcoss. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @nuzil, thank you for the review. |
@adityayadav-cedcoss thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
@@ -180,7 +180,7 @@ class ProductTest extends \PHPUnit\Framework\TestCase | |||
/** | |||
* @var \PHPUnit_Framework_MockObject_MockObject | |||
*/ | |||
private $extensionAttrbutes; | |||
private $extensionAttributes; |
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.
Can you please check Unit Tests, such variable is already presented in codebase
Sure @nuzil I am on it. |
@adityayadav-cedcoss were those tests you changed broken before? Or how this change is related to Typo's fix? |
@nuzil There were typos that I have found and addressed but the test failed due to duplication of the variable name in my first commit. |
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.
@adityayadav-cedcoss, please edit testGetCategoryIdWhenProductNotInCurrentCategory test. Now it's failing.
Hi @adityayadav-cedcoss, thank you for your contribution! |
Description (*)
Fixed Issues (if relevant)
FILE - app/code/Magento/Catalog/Test/Unit/Model/ProductTest.php
FILE - app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tabs.php
Manual testing scenarios (*)
Contribution checklist (*)