-
Notifications
You must be signed in to change notification settings - Fork 2
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 reset message queues before scenario #41
base: develop
Are you sure you want to change the base?
Add reset message queues before scenario #41
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #41 +/- ##
==============================================
+ Coverage 5.10% 97.85% +92.75%
- Complexity 25 40 +15
==============================================
Files 3 4 +1
Lines 98 140 +42
==============================================
+ Hits 5 137 +132
+ Misses 93 3 -90 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look great to me
$this->inMemoryTransport | ||
->expects($this->once()) | ||
->method('get') | ||
->willReturn([new \Symfony\Component\Messenger\Envelope($message)]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here and below too pleasse
->willReturn([new \Symfony\Component\Messenger\Envelope($message)]); | |
->willReturn([new Envelope($message)]); |
No description provided.