File
- drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php, line 14
- Definition of Drupal\search\Tests\SearchSimplifyTest.
Class
- SearchSimplifyTest
- Test search_simplify() on every Unicode character, and some other cases.
Namespace
Drupal\search\Tests
Code
public static function getInfo() {
return array(
'name' => 'Search simplify',
'description' => 'Check that the search_simply() function works as intended.',
'group' => 'Search',
);
}