You are here

public static function SystemValidTokenTest::getInfo in Drupal 7

File

modules/system/system.test, line 2983
Tests for system.module.

Class

SystemValidTokenTest
Test case for drupal_valid_token().

Code

public static function getInfo() {
  return array(
    'name' => 'Token validation',
    'description' => 'Test the security token validation.',
    'group' => 'System',
  );
}