public static function CommentInterfaceTest::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 266 - Tests for comment.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Comment interface',
'description' => 'Test comment user interfaces.',
'group' => 'Comment',
);
}