public static function SearchBlockTestCase::getInfo

File

drupal/modules/search/search.test, line 596
Tests for search.module.

Class

SearchBlockTestCase
Tests the rendering of the search block.

Code

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