zenstruck / messenger-test

Assertions and helpers for testing your symfony/messenger queues.
MIT License
218 stars 15 forks source link

Add attributes to support PHPUnit 10 + 11 #73

Closed mickverm closed 4 months ago

mickverm commented 4 months ago

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.
romm commented 4 months ago

Hey there, thanks for the contribution @mickverm!

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

kbond commented 4 months ago

@romm, I just tagged a release

romm commented 4 months ago

That was fast, thank you!