Update simpletest-getinfo.sublime-snippet
This commit is contained in:
parent
2abb7ab4a7
commit
9057bee1d5
|
@ -2,9 +2,9 @@
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
public static function getInfo() {
|
public static function getInfo() {
|
||||||
return array(
|
return array(
|
||||||
'name' => '${1}'
|
'name' => '${1}',
|
||||||
'description' => '${2}'
|
'description' => '${2}',
|
||||||
'group' => '${1}'
|
'group' => '${1}',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
]]></content>
|
]]></content>
|
||||||
|
|
Loading…
Reference in a new issue