public static function AdminMetaTagTest::getInfo

Implement getInfo().

File

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

Class

AdminMetaTagTest

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Fingerprinting meta tag',
    'description' => 'Confirm that the fingerprinting meta tag appears as expected.',
    'group' => 'System',
  );
}