public static function CommentBlockFunctionalTest::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 1678 - Tests for comment.module.
Class
- CommentBlockFunctionalTest
- Functional tests for the comment module blocks.
Code
public static function getInfo() {
return array(
'name' => 'Comment blocks',
'description' => 'Test comment block functionality.',
'group' => 'Comment',
);
}