Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Finalize PHP 7.2 support #70

Merged

Conversation

weierophinney
Copy link
Member

This patch incorporates each of:

and makes a few additional changes:

  • Allows PHPUnit 7 versions.
  • Ensures that PHP 7.2 is required during testing.
  • Ensures PHP 5.6 and PHP 7.0 will get appropriate PHPUnit versions during testing.
  • Fixes a testing issue when using PHPUnit 7 versions.

kokspflanze and others added 11 commits July 11, 2017 21:22
With version 2 package has been renamed from "satooshi/php-coveralls"
to "php-coveralls/php-coveralls", and the script has been renamed
from "coveralls" to "php-coveralls"
…date

travis update, build lowest, locked and latest, also add php-nightly
Impove testing and add php 7.2 support

Conflicts:
	.travis.yml
Updated to php-coveralls/php-coveralls

Conflicts:
	.travis.yml
The behavior of `assertContainsOnly()` changed in PHPUnit 7, and now
expects the first argument is a string type. Previously, we were passing
an instance to find in the array. Now we pull the single discovered
listener off and test using `assertSame()`.
@weierophinney weierophinney merged commit ea81011 into zendframework:master Apr 25, 2018
weierophinney added a commit that referenced this pull request Apr 25, 2018
weierophinney added a commit that referenced this pull request Apr 25, 2018
Forward port #70
Forward port #69
Forward port #66
Forward port #56

Conflicts:
	.travis.yml
	composer.json
@weierophinney weierophinney deleted the feature/php-7.2-support branch April 25, 2018 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants