File

modules/search/search.test, line 1057
Tests for search.module.

Class

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

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