public static function TokenReplaceTestCase::getInfo

File

drupal/modules/system/system.test, line 2116
Tests for system.module.

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