public static function TokenScanTest::getInfo

7.x system.test public static TokenScanTest::getInfo()

File

drupal-7.x/modules/system/system.test, line 2689
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',
  );
}