Skip to content

Instantly share code, notes, and snippets.

@paulredmond
Created January 22, 2020 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulredmond/825e80e7f26b4c73af601810ad64185d to your computer and use it in GitHub Desktop.
Save paulredmond/825e80e7f26b4c73af601810ad64185d to your computer and use it in GitHub Desktop.
Laravel partialMock() live template for PhpStorm
$this->partialMock($ABSTRACT$, function ($mock) {
/* @var \Mockery\MockInterface|\Mockery\LegacyMockInterface $mock */
$END$
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment