mock the facade:

Auth::shouldReceive('user')->andReturn($user = m::mock('StdClass'));

$user->shouldReceive('posts')->once()->andReturn(array('posts'));

 

posted on 2017-01-05 15:43  jzfan  阅读(145)  评论(0编辑  收藏  举报