Spencer Deinum

Results 1 comments of Spencer Deinum

If you mock eloquent before in the setup it works. Maybe Mockery's api has changed? ``` Mockery::mock('Eloquent'); $this->mock = Mockery::mock('Post'); ``` That is the code I used to get the...