public static function SearchBlockTestCase::getInfo

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

File

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

Class

SearchBlockTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Block availability',
    'description' => 'Check if the search form block is available.',
    'group' => 'Search',
  );
}