public static function CommentNodeAccessTest::getInfo in Drupal 7
File
- modules/
comment/ comment.test, line 1492 - Tests for comment.module.
Class
- CommentNodeAccessTest
- Tests comments with node access.
Code
public static function getInfo() {
return array(
'name' => 'Comment node access',
'description' => 'Test comment viewing with node access.',
'group' => 'Comment',
);
}