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
php-mock-phpunit will be upgraded to support PHPUnit-6. As
php-mock-phpunit requires one test from this package, this test has to
be compatible with PHPUnit-6. As I don't want to rewrite each test to be
compatible with PHPUnit-6, I'll leverage PHPUnit-5.7's forward
compatibilty. With PHPUnit-5.7 I can leave all tests in pre PHPUnit-6
style while just rewriting AbstractMockTest to support PHPUnit-6.
AbstractMockTest will be changed in a backward incompatible way. It's
not part of the public API, but the other php-mock integrations do
depend on this class. Therefore this commit requires a major release.
See also: php-mock/php-mock-phpunit#14
As PHPUnit-6 doesn't support PHP-5 I, have to drop that support here as
well. Therefore this commit requires a major release. Older PHPUnit
versions cannot be supported any more. Refer to version 1 if you need
support for PHP-5, PHPUnit-4 or PHPUnit-5.
See also: #14
Can this release be supported? I can't install php-mock-phpunit with composer for new projects.
The text was updated successfully, but these errors were encountered: