public static function AdminMetaTagTestCase::getInfo

Implement getInfo().

Archivo

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

Class

AdminMetaTagTestCase

Código

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