-
Notifications
You must be signed in to change notification settings - Fork 266
PHPLIB-662: Unified test runner should error for unexpected operation arguments #898
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
Conversation
All requested changes are implemented.
@aleksandr-rudo: I noticed in #896 that you manually applied the same suggestions I left. In case you're not familiar with the feature, take a look at applying suggested changes (that may save time for this PR). You can batch them up so that they apply in a single commit, which will then be immediately tested by CI. If you need to continue development on the branch locally, you'll want to pull down changes from your remote fork first, though. And at merge time, we can always squash the commits and ignore the "Suggestions from code review" commit(s). |
Implementing all suggested changes, i.e. reorganizing "runCommand" items, reorganizing "createIndex" items, updating "startTransaction" items, updating "withTransaction" items and updating "assertArgumentsBySchema" function content. Co-authored-by: Jeremy Mikola <[email protected]>
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.
@aleksandr-rudo: It looks like there are two more coding standard issues to fix. vendor/bin/phpcbf
should be able to take care of those for you.
https://jira.mongodb.org/browse/PHPLIB-662