You are here

public static function TokenRandomTestCase::getInfo in Token 7

File

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

Class

TokenRandomTestCase

Code

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