Skip to content

Current Stable Release of PHPUnit is 6.0 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dawnbreak opened this issue Feb 5, 2017 · 1 comment
Closed

Current Stable Release of PHPUnit is 6.0 #14

dawnbreak opened this issue Feb 5, 2017 · 1 comment
Milestone

Comments

@dawnbreak
Copy link

Can this release be supported? I can't install php-mock-phpunit with composer for new projects.

@malkusch malkusch added this to the 2.0.0 milestone Feb 17, 2017
malkusch added a commit to php-mock/php-mock that referenced this issue Feb 17, 2017
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
malkusch added a commit that referenced this issue Feb 17, 2017
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
@malkusch
Copy link
Member

malkusch commented Feb 17, 2017

dev-master does support PHPUnit-6 now. Let me know if you have any issues with that. I'll release that soon in 2.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants