function SearchBlockTestCase::getInfo

File

modules/search/search.test, line 596

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.