public static function SearchCommentCountToggleTest::getInfo

File

drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php, line 35
Definition of Drupal\search\Tests\SearchCommentCountToggleTest.

Class

SearchCommentCountToggleTest
Tests that comment count display toggles properly on comment status of node

Namespace

Drupal\search\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Comment count toggle',
    'description' => 'Verify that comment count display toggles properly on comment status of node.',
    'group' => 'Search',
  );
}