public static function SystemValidTokenTest::getInfo

7.x system.test public static SystemValidTokenTest::getInfo()

File

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