Added phpunit comment with group option

This commit is contained in:
Mario de Frutos 2014-11-11 17:28:53 +01:00
parent db48e036a6
commit 03d94e780d

View File

@ -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