You are here

public static function UtilHelperTestCase::getInfo in Helper 7

File

tests/UtilHelperTestCase.test, line 7

Class

UtilHelperTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'UtilHelper',
    'description' => 'Tests for the UtilHelper class.',
    'group' => 'Helper',
  );
}