Skip to content

Instantly share code, notes, and snippets.

@zaratedev
Last active September 22, 2020 16:36
Show Gist options
  • Save zaratedev/9d6c8fade0a9b146e3345a7611d8c59d to your computer and use it in GitHub Desktop.
Save zaratedev/9d6c8fade0a9b146e3345a7611d8c59d to your computer and use it in GitHub Desktop.
Snippets Vs code
"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