public static function SearchCommentTest::getInfo

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php, line 26
Definition of Drupal\search\Tests\SearchCommentTest.

Class

SearchCommentTest
Test integration searching comments.

Namespace

Drupal\search\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment Search tests',
    'description' => 'Verify text formats and filters used elsewhere.',
    'group' => 'Search',
  );
}