public static function RdfTrackerAttributesTestCase::getInfo in Drupal 7
File
- modules/
rdf/ rdf.test, line 579 - Tests for rdf.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'RDF tracker page mapping',
'description' => 'Test the mapping for the tracker page and ensure the proper RDFa markup in included.',
'group' => 'RDF',
);
}