public static function SearchCommentCountToggleTestCase::getInfo in Drupal 7
File
- modules/
search/ search.test, line 1054 - 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',
);
}