public static function SearchPageTextTest::getInfo

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php, line 16
Definition of Drupal\search\Tests\SearchPageTextTest.

Class

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

Namespace

Drupal\search\Tests

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