public static function CommentInterfaceTest::getInfo
Archivo
- drupal-7.x/
modules/ comment/ comment.test, line 258 - Tests for comment.module.
Class
Código
public static function getInfo() {
return array(
'name' => 'Comment interface',
'description' => 'Test comment user interfaces.',
'group' => 'Comment',
);
}