Dunno if you figured this out, but here's something that might help you along the way: https://github.com/laravel/framework/issues/1491
Basically, even if you're doing DI/IoC, if you're instantiating a new model in the repository to be "saved" its not using the mocked model. (therefore it saves to the testing environment database!)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community