-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make phpunit_v6
branch work with PHPUnit 6!
#13
base: phpunit_v6
Are you sure you want to change the base?
Conversation
Sorry for the delay as I am taking a look at this now. My goal with the |
Make sense - Although IMHO it's worth the hassle to keep the compatibility with PHPUnit 5 since it's official support ends relatively soon (on 2/2/2018 as per https://phpunit.de/). Maybe you could just release new major version and people who need PHPUnit 5 would stick with the previous one before they upgrade to PHPUnit 6. |
@IsaacChapman: do you still think it's worth the effort to keep backwards compatibility with PHPUnit 4 and 5? |
I do still think supporting PHPUnit versions prior to 6 is still required. I was working on that compatibility on the While I won't likely merge your PR into |
Merging into |
@IsaacChapman is this something we can move ahead with still? |
Version 6 has been out for quite some time now, is it worth keeping support for such old versions? This repo isn't getting actively developed, so perhaps the PHPUnit v6 changes can be merged to master and tagged at 1.0. Users wanting support for older versions can use a 0.x release. |
Hey @IsaacChapman,
I finally managed to get
solanolabs/solano-phpunit
working with PHPUnit 6!As you can see, support for old PHPUnit 4 and 5 has been dropped as well as PHP 5.3 and 5.5 support.
Please, consider merging this into your
phpunit_v6
branch so we can start using this official repository rather than our fork.This PR will fix issue #11.
Thanks!