public static function TokenReplaceTest::getInfo

Same name in this branch

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php, line 16
Definition of Drupal\system\Tests\System\TokenReplaceTest.

Class

TokenReplaceTest
Test token replacement in strings.

Namespace

Drupal\system\Tests\System

Code

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