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
When i run a test to test the controller class below issues arise.
ErrorException: Argument 1 passed to Bosnadev\Repositories\Eloquent\Repository::__construct() must be an instance of Illuminate\Container\Container, none given, called in
How to get ride of that.Here is my test class
The text was updated successfully, but these errors were encountered:
Mohib1992
changed the title
ErrorException: Argument 1 passed to Bosnadev\Repositories\Eloquent\Repository::__construct() must be an instance of Illuminate\Container\Container, none given, called i
Repository testing Fails
Mar 21, 2016
When i run a test to test the controller class below issues arise.
ErrorException: Argument 1 passed to Bosnadev\Repositories\Eloquent\Repository::__construct() must be an instance of Illuminate\Container\Container, none given, called in
How to get ride of that.Here is my test class
The text was updated successfully, but these errors were encountered: