public static function RdfMappingDefinitionTestCase::getInfo

File

drupal/modules/rdf/rdf.test, line 280
Tests for rdf.module.

Class

RdfMappingDefinitionTestCase

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',
  );
}