public static function SearchBlockTest::getInfo

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php, line 22
Definition of Drupal\search\Tests\SearchBlockTest.

Class

SearchBlockTest
Tests the rendering of the search block.

Namespace

Drupal\search\Tests

Code

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