Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Upgrade to PHPUnit 11#575

Merged
derrabus merged 2 commits into
doctrine:4.0.xfrom
greg0ire:phpunit-11
Jan 12, 2025
Merged

Upgrade to PHPUnit 11#575
derrabus merged 2 commits into
doctrine:4.0.xfrom
greg0ire:phpunit-11

Conversation

@greg0ire
Copy link
Copy Markdown
Member

The use of listeners is no longer possible, but we can replace the deprecation detection functionality with native PHPUnit features.

@greg0ire greg0ire marked this pull request as draft January 12, 2025 15:33
@greg0ire greg0ire marked this pull request as ready for review January 12, 2025 15:35
Comment thread composer.json Outdated
"require-dev": {
"composer/semver": "^3.0",
"phpunit/phpunit": "^9.6.22",
"phpunit/phpunit": "^10.5 || ^11.5",
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.

Suggested change
"phpunit/phpunit": "^10.5 || ^11.5",
"phpunit/phpunit": "^10.5.40 || ^11.5",

Let's make sure, the low deps run is run on a fairly recent version of PHPUnit.

The use of listeners is no longer possible, but we can replace the
deprecation detection functionality with native PHPUnit features.
@derrabus derrabus added this to the 4.0.0 milestone Jan 12, 2025
@derrabus derrabus merged commit c223806 into doctrine:4.0.x Jan 12, 2025
@greg0ire greg0ire deleted the phpunit-11 branch January 12, 2025 22:06
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.

2 participants