Skip to content
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

Pin PHPUnit version to avoid breaking unit tests for PHP 7+ #373

Closed
wants to merge 1 commit into from

Conversation

PowerKiKi
Copy link

Because PHPUnit recently released a v6 with very important breaking changes, it is required to specify a version to not break our tests. Typically this will solve broken tests as seen in #371.

Also see this excellent explanation as to why composer.lock should be committed.

@PowerKiKi PowerKiKi force-pushed the patch-2 branch 3 times, most recently from c0c9df7 to 993f85a Compare April 3, 2017 04:19
@PowerKiKi
Copy link
Author

I noticed that PHP 5.5 is still supported by this project even though it reached end of life 8 months ago. I'd strongly suggest getting rid of that support and update to PHPUnit 5.7.

Or even consider ditching PHP 5.6 altogether and stick to only 7+ as PHPUnit did themselves 8 months ago.

@tbille
Copy link

tbille commented May 22, 2017

@tbille tbille closed this May 22, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants