public static function SearchPageText::getInfo

7.x search.test public static SearchPageText::getInfo()

File

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.

Code

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'
  );
}