public static function AdminMetaTagTestCase::getInfo

Implement getInfo().

File

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