public static function RdfCommentAttributesTestCase::getInfo
7.x rdf.test | public static RdfCommentAttributesTestCase::getInfo() |
File
- drupal-7.x/
modules/ rdf/ rdf.test, line 419 - Tests for rdf.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'RDF comment mapping',
'description' => 'Tests the RDFa markup of comments.',
'group' => 'RDF',
);
}