Name | Expression | Default Value | Skip If Defined |
---|---|---|---|
TEST | |||
METHOD | snakeCase(TEST) | TRUE |
Created
June 5, 2017 18:42
-
-
Save sagalbot/3cf9743b430c3dc2ae0cb5ba0fcb3eea to your computer and use it in GitHub Desktop.
PHPStorm Live Template For PHPUnit Tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @test | |
*/ | |
public function $METHOD$() | |
{ | |
// $TEST$$END$ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment