public static function StatisticsTokenReplaceTest::getInfo

File

drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php, line 14
Definition of Drupal\statistics\Tests\StatisticsTokenReplaceTest.

Class

StatisticsTokenReplaceTest
Tests statistics token replacement in strings.

Namespace

Drupal\statistics\Tests

Code

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