public static function TokenScanTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenScanTest.php, line 17
Contains Drupal\system\Tests\System\TokenScanTest.

Class

TokenScanTest
Test token replacement in strings.

Namespace

Drupal\system\Tests\System

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