public static function TaxonomyAttributesTest::getInfo

File

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

Class

TaxonomyAttributesTest
Tests the RDFa markup of Taxonomy terms.

Namespace

Drupal\rdf\Tests

Code

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