Skip to content

Instantly share code, notes, and snippets.

@sagalbot
Created June 5, 2017 18:42
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 sagalbot/3cf9743b430c3dc2ae0cb5ba0fcb3eea to your computer and use it in GitHub Desktop.
Save sagalbot/3cf9743b430c3dc2ae0cb5ba0fcb3eea to your computer and use it in GitHub Desktop.
PHPStorm Live Template For PHPUnit Tests
/**
* @test
*/
public function $METHOD$()
{
// $TEST$$END$
}
Name Expression Default Value Skip If Defined
TEST
METHOD snakeCase(TEST) TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment