-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Milestone
Description
In the latest release of PHPUnit, a PR was merged that refactored the Invocation
interfaces, refactoring them into more specific "rules" than just one broad matcher and consequently \PHPUnit\Framework\MockObject\Matcher\Invocation
was removed. A list of the stuff that is broken from this change can be found here:
https://github.com/php-mock/php-mock-phpunit/search?q=Matcher%5CInvocation&unscoped_q=Matcher%5CInvocation
Here's the upstream PR that shows these changes: sebastianbergmann/phpunit#3849
michalbundyra and nick-zh