public static function NodeAttributesTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/NodeAttributesTest.php, line 24
Contains Drupal\rdf\Tests\NodeAttributesTest.

Class

NodeAttributesTest
Tests the RDFa markup of Nodes.

Namespace

Drupal\rdf\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RDFa markup for nodes',
    'description' => 'Tests the RDFa markup of nodes.',
    'group' => 'RDF',
  );
}