Last active
September 22, 2020 16:36
-
-
Save zaratedev/9d6c8fade0a9b146e3345a7611d8c59d to your computer and use it in GitHub Desktop.
Snippets Vs code
This file contains hidden or 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
"Create a new phpunit test": { | |
"scope": "php", | |
"prefix": "test", | |
"body": [ | |
"/** @test */", | |
"public function it_$1()", | |
"{", | |
"\t${0:$LINE_COMMENT Code...}", | |
"}" | |
], | |
"description": "Create a new phpunit test" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment