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