You are here

public static function TokenNodeTestCase::getInfo in Token 7

Same name and namespace in other branches
  1. 6 token.test \TokenNodeTestCase::getInfo()

File

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

Class

TokenNodeTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Node and content type token tests',
    'description' => 'Test the node and content type tokens.',
    'group' => 'Token',
  );
}