public static function AdminMetaTagTestCase::getInfo in Drupal 7
Implement getInfo().
File
- modules/
system/ system.test, line 1011 - Tests for system.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Fingerprinting meta tag',
'description' => 'Confirm that the fingerprinting meta tag appears as expected.',
'group' => 'System',
);
}