Merge pull request #480 from ethervoid/phpunit_comment
Added phpunit comment with group option
This commit is contained in:
commit
8c3caee775
@ -30,3 +30,9 @@ expects($this->${1:once}())
|
||||
->with($this->equalTo(${3})${4})
|
||||
->will($this->returnValue(${5}));
|
||||
endsnippet
|
||||
|
||||
snippet testcmt "phpunit comment with group" b
|
||||
/**
|
||||
* @group ${1}
|
||||
*/
|
||||
endsnippet
|
||||
|
Loading…
Reference in New Issue
Block a user