# suggestion? report bugs? # please go to https://github.com/chrisyue/vim-snippets/issues priority -50 snippet test "phpunit test class" b ${1:once}()) ->method('${2}') ->with($this->equalTo(${3})${4}) ->will($this->returnValue(${5})); endsnippet snippet testcmt "phpunit comment with group" b /** * @group ${1} */ endsnippet