Skip to content

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

Closed
PowerKiKi wants to merge 1 commit into
sabre-io:masterfrom
PowerKiKi:patch-2
Closed

Pin PHPUnit version to avoid breaking unit tests for PHP 7+#373
PowerKiKi wants to merge 1 commit into
sabre-io:masterfrom
PowerKiKi:patch-2

Conversation

@PowerKiKi

Copy link
Copy Markdown

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
Copy Markdown
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

tbille commented May 22, 2017

Copy link
Copy Markdown

@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.

2 participants