You are here

public static function TokenURLTestCase::getInfo in Token 7

File

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

Class

TokenURLTestCase

Code

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