kanxiaojie

Results 1 comments of kanxiaojie

@aschwin hello,could you show me other codes? $this->mock ->shouldReceive('all') ->once() ->andReturn('foo'); ``` $this->app->instance('App\Post',$this->mock); $this->call('GET','posts'); $this->assertViewHas('posts'); ``` This is my testing code.But when I run it,it show me the error "The...