public static function SystemValidTokenTest::getInfo

File

drupal/modules/system/system.test, line 2959
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',
  );
}