public static function UtilHelperTestCase::getInfo in Helper 7
File
- tests/
UtilHelperTestCase.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => 'UtilHelper',
'description' => 'Tests for the UtilHelper class.',
'group' => 'Helper',
);
}