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