You are here

public static function TokenFileTestCase::getInfo in Token 7

File

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

Class

TokenFileTestCase

Code

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