You are here

public static function TokenScanTest::getInfo in Drupal 7

File

modules/system/system.test, line 2945
Tests for system.module.

Class

TokenScanTest
Test token replacement in strings.

Code

public static function getInfo() {
  return array(
    'name' => 'Token scanning',
    'description' => 'Scan token-like patterns in a dummy text to check token scanning.',
    'group' => 'System',
  );
}