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 attributes to support PHPUnit 10 + 11 #73

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Add attributes to support PHPUnit 10 + 11 #73

merged 1 commit into from
Mar 5, 2024

Conversation

mickverm
Copy link
Contributor

@mickverm mickverm commented Mar 5, 2024

1) Metadata found in doc-comment for method
<redacted>::_initializeTestTransports(). Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12. Update your test code to use attributes instead.
2) Metadata found in doc-comment for method
<redacted>::_enableMessagesCollection(). Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12. Update your test code to use attributes instead.
3) Metadata found in doc-comment for method
<redacted>::_disableMessagesCollection(). Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12. Update your test code to use attributes instead.
4) Metadata found in doc-comment for method
<redacted>::_resetMessengerTransports(). Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12. Update your test code to use attributes instead.

Copy link
Member

@kbond kbond left a comment

Choose a reason for hiding this comment

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

Thanks @mickverm!

@kbond kbond merged commit d1c4d37 into zenstruck:1.x Mar 5, 2024
18 of 19 checks passed
@mickverm mickverm deleted the phpunit-11 branch March 5, 2024 13:03
@romm
Copy link

romm commented Mar 21, 2024

Hey there, thanks for the contribution @mickverm!

@kbond are there plans for a release anytime soon? Thank you for your work! 😊

@kbond
Copy link
Member

kbond commented Mar 21, 2024

@romm, I just tagged a release

@romm
Copy link

romm commented Mar 21, 2024

That was fast, thank you!

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

Successfully merging this pull request may close these issues.

3 participants