Savage
✅ Problems with mocking a ServiceProvider
So, for an integration test I want to create a substitute for the general service provider my application uses.
The service provider is used to create a scope in a constructor/ factory.
This is a minimal code example that showcases the issue:
On the last line I get the error:
70 replies