public static function GetNamespacesTest::getInfo

File

drupal/core/modules/rdf/lib/Drupal/rdf/Tests/GetNamespacesTest.php, line 24
Definition of Drupal\rdf\Tests\GetNamespacesTest.

Class

GetNamespacesTest
Tests for RDF namespaces XML serialization.

Namespace

Drupal\rdf\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'RDF namespaces serialization test',
    'description' => 'Confirm that the serialization of RDF namespaces in present in the HTML markup.',
    'group' => 'RDF',
  );
}