public static function HtmlIdentifierUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php, line 16
Definition of Drupal\system\Tests\Common\HtmlIdentifierUnitTest.

Class

HtmlIdentifierUnitTest
Tests cleaning HTML identifiers.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'HTML identifiers',
    'description' => 'Test the functions drupal_html_class(), drupal_html_id() and drupal_clean_css_identifier() for expected behavior',
    'group' => 'Common',
  );
}