public static function SearchEmbedForm::getInfo

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

File

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

Class

SearchEmbedForm
Tests that we can embed a form in search results and submit it.

Code

public static function getInfo() {
  return array(
    'name' => 'Embedded forms',
    'description' => 'Verifies that a form embedded in search results works',
    'group' => 'Search',
  );
}