public static function SearchCommentCountToggleTestCase::getInfo
Archivo
- drupal-7.x/
modules/ search/ search.test, line 1024 - Tests for search.module.
Class
- SearchCommentCountToggleTestCase
- Tests that comment count display toggles properly on comment status of node
Código
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',
);
}