public static function SearchPageText::getInfo

Archivo

drupal-7.x/modules/search/search.test, line 249
Tests for search.module.

Class

SearchPageText
Tests the bike shed text on no results page, and text on the search page.

Código

public static function getInfo() {
  return array(
    'name' => 'Search page text',
    'description' => 'Tests the bike shed text on the no results page, and various other text on search pages.',
    'group' => 'Search',
  );
}