You are here

public static function ActivityUnitTest::getInfo in Activity 7

File

tests/activity_unit.test, line 144

Class

ActivityUnitTest

Code

public static function getInfo() {
  return array(
    'name' => t('Activity Core Unit tests'),
    'description' => t('Unit tests for the Activity module'),
    'group' => t('Activity'),
  );
}