-
Notifications
You must be signed in to change notification settings - Fork 145
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
Ramp up - Add tests for Products Delete API #2865
Conversation
@carterbuce has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@carterbuce has updated the pull request. You must reimport the pull request before landing. |
@carterbuce has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
Thanks for adding the tests
f7ac106
to
c0a8753
Compare
@carterbuce has updated the pull request. You must reimport the pull request before landing. |
@carterbuce has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@carterbuce merged this pull request in 5b445d7. |
Summary: ### Changes proposed in this Pull Request: - Adding simple Request and Response tests to the Products Delete API to increase code coverage and as a ramp-up work item for getting used to the dev flow in this repository - [x] Do the changed files pass `phpcs` checks? Please remove `phpcs:ignore` comments in changed files and fix any issues, or delete if not practical. Pull Request resolved: facebook#2865 Test Plan: - `phpunit tests/Unit/Api/ProductCatalog/Products/Delete` Reviewed By: jczhuoMeta, vinkmeta Differential Revision: D68915742 Pulled By: carterbuce fbshipit-source-id: d7fb475ccc1f0c24632e8579d56feb5cb4bc54d2
Changes proposed in this Pull Request:
Adding simple Request and Response tests to the Products Delete API to increase code coverage and as a ramp-up work item for getting used to the dev flow in this repository
Do the changed files pass
phpcs
checks? Please removephpcs:ignore
comments in changed files and fix any issues, or delete if not practical.Test Plan:
phpunit tests/Unit/Api/ProductCatalog/Products/Delete