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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PHPUnit configuration schema for PHPUnit 9.3 and minor clean up #177

Merged
merged 1 commit into from
Aug 19, 2020

Conversation

SimonFrings
Copy link
Member

@SimonFrings SimonFrings commented Aug 17, 2020

PHPUnit 9.3 released a new schema for the phpunit.xml configuration file. I had to migrate the file to the new format in order to avoid the warning. PHPUnit Versions older than 9.3 have to use the phpunit.xml.legacy configuration file, because the new format is unknown for them.
For further details concerning this pull request look into graphp/graphviz #46.
This pull request builds on top of reactphp/promise #175.

Together with the changes from reactphp/promise #176 by @cdosoftei it's possible to run this code with PHP 8 馃帀

Copy link
Member

@clue clue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimonFrings Thanks for the update, changes LGTM! :shipit:

cdosoftei added a commit to singlecomm/promise that referenced this pull request Aug 18, 2020
@jsor jsor merged commit ee56552 into reactphp:master Aug 19, 2020
cdosoftei added a commit to singlecomm/promise that referenced this pull request Aug 20, 2020
Adjustments for 7.1, support for union types, test suite updates

Reinstated previous PHPUnit XML config (dupe of reactphp#177)

Code tweaks and test adjustments

Test tweaks

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

Successfully merging this pull request may close these issues.

None yet

4 participants