public static function CommentAttributesTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php, line 33
Definition of Drupal\rdf\Tests\CommentAttributesTest.

Class

CommentAttributesTest
Tests the RDFa markup of comments.

Namespace

Drupal\rdf\Tests

Code

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