public static function TrackerAttributesTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php, line 27
Definition of Drupal\rdf\Tests\TrackerAttributesTest.

Class

TrackerAttributesTest
Tests the RDF tracker page mapping.

Namespace

Drupal\rdf\Tests

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