public static function RdfMappingDefinitionTestCase::getInfo in Drupal 7
File
- modules/
rdf/ rdf.test, line 280 - Tests for rdf.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'RDF mapping definition functionality',
'description' => 'Test the different types of RDF mappings and ensure the proper RDFa markup in included in nodes and user profile pages.',
'group' => 'RDF',
);
}