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

Add support for phpunit v9 #2

Merged
merged 2 commits into from
Nov 24, 2020
Merged

Add support for phpunit v9 #2

merged 2 commits into from
Nov 24, 2020

Conversation

clagiordano
Copy link
Owner

Overview

This PR add support to phpunit v9, due to some internal changes to phpunit ResultPrinter interface it is not longer compatible with previous phpunit versions and for this reason it explicitly now require phpunit/phpunit: ^9.
Due to changing dependencies break the previous version, this will be relased as new major release (v3).

This PR is related to reported issue #1

@clagiordano clagiordano added the enhancement New feature or request label Nov 24, 2020
@clagiordano clagiordano merged commit 2d54275 into master Nov 24, 2020
@clagiordano clagiordano deleted the feature/phpunit9 branch November 24, 2020 18:56
@clagiordano clagiordano linked an issue Nov 24, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not compatible with the latest PHPUnit Version 9.*
1 participant