public static function RdfMappingEventTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfMappingEventTest.php, line 32
Contains RdfMappingEventTest.

Class

RdfMappingEventTest
Test the RDF mapping events.

Namespace

Drupal\rdf\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RDF mapping tests',
    'description' => 'Tests the event-based RDF mapping system.',
    'group' => 'RDF',
  );
}