public static function SearchEmbedForm::getInfo

File

drupal/modules/search/search.test, line 1878
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',
  );
}