You are here

public static function TokenActionsTestCase::getInfo in Token 6

File

./token_actions.test, line 9
Tests for the token_actions module.

Class

TokenActionsTestCase
@file Tests for the token_actions module.

Code

public static function getInfo() {
  return array(
    'name' => t('Token action tests'),
    'description' => t('Test some of the token actions and tokens.'),
    'group' => t('Token'),
  );
}