You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.5.0 contains backward incompatible changes due to the upgrade of phpunit-mock-objects from version 4 to 5. See bug report #388 in that repository. Since the functionality of that library is directly available in PHPUnit, version 6.5.0 should have been version 7.0.0. And since it is not, more users will hit the problem. Therefore I think it should be at least considered to reverse to the old behaviour.
The text was updated successfully, but these errors were encountered:
In that build, the lockfile is pinned to a 6.2 series phpunit and 5.0 series of phpunit-mock-objects. The linked job does a composer update, which pulls in PHPUnit 6.5.1 and phpunit-mock-objects 5.0.2, and I then get two errors due to missing interfaces used in typehints.
I attempted aliasing the 4.0.1 interface name to the 5.0.2 interface name, but then had signature errors instead.
I'd argue that PHPUnit 6.5 should continue pinning to the phpunit-mock-objects 4 series.
Version 6.5.0 contains backward incompatible changes due to the upgrade of
phpunit-mock-objects
from version 4 to 5. See bug report #388 in that repository. Since the functionality of that library is directly available in PHPUnit, version 6.5.0 should have been version 7.0.0. And since it is not, more users will hit the problem. Therefore I think it should be at least considered to reverse to the old behaviour.The text was updated successfully, but these errors were encountered: