Closed
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