public static function SearchEmbedForm::getInfo in Drupal 7
File
- 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',
);
}