mock the facade:
Auth::shouldReceive('user')->andReturn($user = m::mock('StdClass')); $user->shouldReceive('posts')->once()->andReturn(array('posts'));