You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If run test using pest we can face issue with config container instance that its not resolved yet.
To Reproduce
Steps to reproduce the behavior:
Run any test with Pest
Expected behavior
No erors
Additional context
Was able to fix it with wrapping into app()->env('testing') condition. I think it makes sense to skip this env for such tool. I can open PR which fixes it
The text was updated successfully, but these errors were encountered:
Describe the bug
If run test using pest we can face issue with config container instance that its not resolved yet.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No erors
Additional context
Was able to fix it with wrapping into app()->env('testing') condition. I think it makes sense to skip this env for such tool. I can open PR which fixes it
The text was updated successfully, but these errors were encountered: