You are here

public static function TokenUnitTestCase::getInfo in Token 7

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

File

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

Class

TokenUnitTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Token unit tests',
    'description' => 'Test basic, low-level token functions.',
    'group' => 'Token',
  );
}