Skip to content

PHPLIB-318: Remove utility functions to convert read and write concerns to documents #487

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

Merged
merged 2 commits into from
Feb 6, 2018

Conversation

kvwalker
Copy link
Contributor

@kvwalker kvwalker commented Feb 6, 2018

@kvwalker kvwalker requested a review from jmikola February 6, 2018 21:25
{
$this->assertEquals($expectedDocument, \MongoDB\write_concern_as_document($writeConcern));
}

public function provideWriteConcernsAndDocuments()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The data providers should be suitable to remove as well:

  • provideReadConcernsAndDocuments()
  • provideWriteConcernsAndDocuments()

Copy link
Member

@jmikola jmikola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once two data providers are removed.

@kvwalker kvwalker merged commit 0a3b2b7 into mongodb:master Feb 6, 2018
kvwalker added a commit that referenced this pull request Feb 6, 2018
@kvwalker kvwalker deleted the PHPLIB-318 branch February 6, 2018 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants