{ "testDox": { "prefix": "__t", "body": [ "/**", " * @testdox ${1:what it does}", " *", " * @return void", " */", "public function test${2:${TM_FILENAME_BASE/(.*)Test$/$1/}}${1/(.*)/${1:/pascalcase}/}() {", "\t$0", "}" ], "description": "Insert @testdox" } }