Closed kix closed 8 years ago
The correct fix is requiring ^5.4.6
and moving to createMock
. Not much to edit in the test suite :-)
Sure, just wanted a quick fix here to get on with another PR :)
@kix feel free to send the other PR: meanwhile I can fix the getMock
issue, if that's what is blocking you
Current version constraint allowed PHPUnit 5.3+ which in turn has already deprecated the
getMock
, so local test runs would be broken.