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.
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.