I found the answer:
Hook::shouldReceive('get')->with( 'info', Mockery::on(function($x) { return is_array($x); }), Mockery::on(function($x) { return is_callable($x); }) )->once()->andReturn('valasz');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community