Skip to content

Instantly share code, notes, and snippets.

@omissis
Created November 7, 2017 13:22
Show Gist options
  • Save omissis/2596dc7af9b84eac460833cf406bf5b1 to your computer and use it in GitHub Desktop.
Save omissis/2596dc7af9b84eac460833cf406bf5b1 to your computer and use it in GitHub Desktop.
phpstorm's phpunit's prophesize support
namespace PHPSTORM_META {
override(\PHPUnit\Framework\TestCase::prophesize(0),
map([
'' => '@',
])
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment