You are here

function ActivityWebTestCase::getInfo in Activity 6.2

File

tests/activity.test, line 12
: Provide tests for Activity module.

Class

ActivityWebTestCase
Class that provides assertations and helper functions for creating content

Code

function getInfo() {
  return array(
    'name' => t('Ensure activity for a user is properly logged for creating nodes.'),
    'description' => t('Test the basic functionality of Activity module'),
    'group' => t('Activity'),
  );
}