-
Notifications
You must be signed in to change notification settings - Fork 344
Chore: Update phpunit to 8.5 #457
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
|
I don't understand how to fix this error: I've tried as described in docs: |
e0ceb13 to
7a11e2a
Compare
|
I have no glue where is the difference in the phpunit versions, but when I use the error is replaced by which seems expectable to me. The important difference in the call are the May be it help. |
|
you have omitted |
|
As far as I see in |
|
Ok, I figured it out: 9eaa7d8! |
|
Just for interest: Would it be possible to check the insert via the MongoSearcher after insertion? |
|
tests/Saver/MongoTest.php
Outdated
| ->withConsecutive($this->equalTo($data)); | ||
| ->withConsecutive(...array_map(function () { | ||
| return [ | ||
| $this->callback(function ($data) { |
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.
i don't understand how $this->callback is able to obtain $data, but it works correctly
9eaa7d8 to
ceaf8e9
Compare
ceaf8e9 to
4127eff
Compare
No description provided.