You are here

public static function SearchPageText::getInfo in Drupal 7

File

modules/search/search.test, line 252
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',
  );
}