标签:return style nbsp mock span turn ade receive should
mock the facade:
Auth::shouldReceive(‘user‘)->andReturn($user = m::mock(‘StdClass‘)); $user->shouldReceive(‘posts‘)->once()->andReturn(array(‘posts‘));
标签:return style nbsp mock span turn ade receive should
原文地址:http://www.cnblogs.com/fenle/p/6252614.html