public static function RdfTrackerAttributesTestCase::getInfo

7.x rdf.test public static RdfTrackerAttributesTestCase::getInfo()

File

drupal-7.x/modules/rdf/rdf.test, line 581
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',
  );
}