function SystemValidTokenTest::getInfo

File

modules/system/system.test, line 3073

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.