You are here

public static function ComputingUnitTestCase::getInfo in Drupal Computing 7

File

./computing.test, line 87

Class

ComputingUnitTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Hybrid computing basic unit test'),
    'description' => t('Unit test functions of the Drupal Hybrid Computing module.'),
    'group' => t('Computing'),
  );
}