Skip to content

Instantly share code, notes, and snippets.

@urukalo
Created October 26, 2017 12:44
Show Gist options
  • Save urukalo/f9ddc2c7592336f942bfe77c0c258e1e to your computer and use it in GitHub Desktop.
Save urukalo/f9ddc2c7592336f942bfe77c0c258e1e to your computer and use it in GitHub Desktop.
<?php
$eloquentObject = Mockery::mock(MyClass::class);
$eloquentObject->shouldReceive('getAttribute')->with('retationName')->andReturn($relatedObject);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment