public static function RdfTrackerAttributesTestCase::getInfo

File

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

Class

RdfTrackerAttributesTestCase

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