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

Allow PHPUnit 11 #1401

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Allow PHPUnit 11 #1401

merged 1 commit into from
Oct 29, 2024

Conversation

ADmad
Copy link
Contributor

@ADmad ADmad commented Oct 27, 2024

Refs #1383

@ADmad ADmad marked this pull request as ready for review October 27, 2024 15:52
@olivervogel
Copy link
Member

Are PHPUnit 10 and 11 the same to the extent that they can be exchanged without adjustments?

@ADmad
Copy link
Contributor Author

ADmad commented Oct 27, 2024

Yes, they are quite similar, the main changes I have seen are deprecation of use of docblock annotations (you already use attributes) and changes to the mocking API (you use Mockery so are unaffected by it).

@olivervogel olivervogel merged commit 01a2fb9 into Intervention:develop Oct 29, 2024
8 checks passed
@ADmad ADmad deleted the feat/phpunit-11 branch October 29, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants