public static function ActivityWebTest::getInfo in Activity 7
File
- tests/
activity_unit.test, line 4
Class
Code
public static function getInfo() {
return array(
'name' => t('Activity Core Web tests'),
'description' => t('Web tests for the Activity module that require database access.'),
'group' => t('Activity'),
);
}