public static function HtmlTplPhpAttributesTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php, line 24
Definition of Drupal\system\Tests\Theme\HtmlTplPhpAttributesTest.

Class

HtmlTplPhpAttributesTest
Functional test for attributes of html.tpl.php.

Namespace

Drupal\system\Tests\Theme

Code

public static function getInfo() {
  return array(
    'name' => 'html.tpl.php html and body attributes',
    'description' => 'Tests attributes inserted in the html and body elements of html.tpl.php.',
    'group' => 'Theme',
  );
}