public static function PageTitleFilteringTest::getInfo

Implement getInfo().

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php, line 27
Definition of Drupal\system\Tests\System\PageTitleFilteringTest.

Class

PageTitleFilteringTest

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'HTML in page titles',
    'description' => 'Tests correct handling or conversion by drupal_set_title() and drupal_get_title() and checks the correct escaping of site name and slogan.',
    'group' => 'System',
  );
}