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

feat: have TestTransport implement additional receiver interfaces #84

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

kbond
Copy link
Member

@kbond kbond commented May 16, 2024

  • ListableReceiverInterface
  • MessageCountAwareInterface

Fixes #83.

@kbond kbond requested a review from nikophil May 16, 2024 14:30
@kbond
Copy link
Member Author

kbond commented May 16, 2024

I'll add tests but want to confirm I've implemented the interfaces correctly.

@kbond kbond changed the title feat: have TestTransport additional receiver interfaces feat: have TestTransport implement additional receiver interfaces May 16, 2024
Copy link
Member

@nikophil nikophil left a comment

Choose a reason for hiding this comment

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

good for me 👍

src/Transport/TestTransport.php Show resolved Hide resolved
- `ListableReceiverInterface`
- `MessageCountAwareInterface`
@kbond kbond force-pushed the feat/transport-interfaces branch from 9935e96 to ceff558 Compare June 26, 2024 15:25
@kbond kbond marked this pull request as ready for review June 26, 2024 15:25
@kbond kbond merged commit a33dc20 into zenstruck:1.x Jun 26, 2024
17 checks passed
@kbond kbond deleted the feat/transport-interfaces branch June 26, 2024 15:26
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.

Add a way to handle transport specific interfaces
3 participants