public static function SearchCommentTestCase::getInfo in Drupal 7
File
- modules/
search/ search.test, line 757 - Tests for search.module.
Class
- SearchCommentTestCase
- Test integration searching comments.
Code
public static function getInfo() {
return array(
'name' => 'Comment Search tests',
'description' => 'Test integration searching comments.',
'group' => 'Search',
);
}