mock the facade:
Auth::shouldReceive(‘user‘)->andReturn($user = m::mock(‘StdClass‘)); $user->shouldReceive(‘posts‘)->once()->andReturn(array(‘posts‘));
时间: 2024-10-11 10:58:04
mock the facade:
Auth::shouldReceive(‘user‘)->andReturn($user = m::mock(‘StdClass‘)); $user->shouldReceive(‘posts‘)->once()->andReturn(array(‘posts‘));