You are here

public static function TokenEntityTestCase::getInfo in Token 7

File

./token.test, line 657
Test integration for the token module.

Class

TokenEntityTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Entity token tests',
    'description' => 'Test the entity tokens.',
    'group' => 'Token',
  );
}