public static function ComputingTestCase::getInfo in Drupal Computing 7
File
- ./
computing.test, line 5
Class
Code
public static function getInfo() {
return array(
'name' => t('Hybrid computing basic test'),
'description' => t('Test functions of the Drupal Hybrid Computing module.'),
'group' => t('Computing'),
);
}