public static function AttributesUnitTest::getInfo

File

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

Class

AttributesUnitTest
Tests the Drupal\Core\Template\Attribute functionality.

Namespace

Drupal\system\Tests\Common

Code

public static function getInfo() {
  return array(
    'name' => 'HTML Attributes',
    'description' => 'Tests the Drupal\\Core\\Template\\Attribute functionality.',
    'group' => 'Common',
  );
}