public static function AdminMetaTagTestCase::getInfo

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

Implement getInfo().

File

drupal-7.x/modules/system/system.test, line 874
Tests for system.module.

Class

AdminMetaTagTestCase

Code

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