You are here

public static function TokenMenuTestCase::getInfo in Token 7

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

File

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

Class

TokenMenuTestCase

Code

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