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

InteractsWithMailer, InteractsWithQueue. Ability to use several times #56

Merged
merged 2 commits into from
Jun 7, 2023

Conversation

gam6itko
Copy link
Contributor

@gam6itko gam6itko commented Jun 2, 2023

I use one app for several testCases.
For every fakeMailer call it creates new instance, and replace it in container, but some services already have reference to first instance of FakeMailer.

This fix allow to access to single fakeMaker

@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.x@fafda27). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@          Coverage Diff           @@
##             2.x      #56   +/-   ##
======================================
  Coverage       ?   38.57%           
  Complexity     ?      305           
======================================
  Files          ?       32           
  Lines          ?     1068           
  Branches       ?        0           
======================================
  Hits           ?      412           
  Misses         ?      656           
  Partials       ?        0           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@butschster butschster merged commit a993c51 into spiral:2.x Jun 7, 2023
@gam6itko gam6itko deleted the interact_trait_reusable branch June 7, 2023 12:23
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