public static function SearchSimplifyTestCase::getInfo in Drupal 7
File
- modules/
search/ search.test, line 1136 - Tests for search.module.
Class
- SearchSimplifyTestCase
- Test search_simplify() on every Unicode character, and some other cases.
Code
public static function getInfo() {
return array(
'name' => 'Search simplify',
'description' => 'Check that the search_simply() function works as intended.',
'group' => 'Search',
);
}