FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update PHPUnit configuration schema for PHPUnit 9.3 by SimonFrings · Pull Request #43 · reactphp/cache · GitHub

/ cache Public

Update PHPUnit configuration schema for PHPUnit 9.3 - #43

Merged
WyriHaximus merged 1 commit into
reactphp:masterfrom
SimonFrings:tests
Aug 28, 2020
Merged

Update PHPUnit configuration schema for PHPUnit 9.3#43
WyriHaximus merged 1 commit into
reactphp:masterfrom
SimonFrings:tests

Conversation

Copy link
Copy Markdown
Member

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/cache#41.

It's also possible to run this code with PHP 8 🎉

$ docker run -it --rm -v `pwd`:/data --workdir=/data php:8.0.0beta1-cli php vendor/bin/phpunit
PHPUnit 9.3.8 by Sebastian Bergmann and contributors.

......................                                            22 / 22 (100%)

Time: 00:00.010, Memory: 6.00 MB

OK (22 tests, 41 assertions)

clue added this to the v1.1.0 milestone Aug 28, 2020

clue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@SimonFrings Thanks for the update, changes LGTM!

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL