public static function SearchCommentTestCase::getInfo

File

drupal/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',
  );
}