public static function SearchSimplifyTestCase::getInfo

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

File

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