public static function SearchConfigSettingsForm::getInfo

File

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

Class

SearchConfigSettingsForm
Test config page.

Code

public static function getInfo() {
  return array(
    'name' => 'Config settings form',
    'description' => 'Verify the search config settings form.',
    'group' => 'Search',
  );
}