Skip to content

Commit

Permalink
Add phpunit test method snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
javi-dev committed Jul 29, 2016
1 parent a570d59 commit d59872e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/php.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ snippet vmet
${2}
}

snippet tmet
/** @test */
public function ${1}()
{
${2}
}

snippet rg
Route::get('${1}', '${2}');

Expand Down

0 comments on commit d59872e

Please sign in to comment.