function TokenReplaceTestCase::getInfo

File

modules/system/system.test, line 2211

Class

TokenReplaceTestCase
Test token replacement in strings.

Code

public static function getInfo() {
    return array(
        'name' => 'Token replacement',
        'description' => 'Generates text using placeholders for dummy content to check token replacement.',
        'group' => 'System',
    );
}

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