public static function DrupalGetRdfNamespacesTestCase::getInfo

7.x common.test public static DrupalGetRdfNamespacesTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/common.test, line 2580
Tests for common.inc functionality.

Class

DrupalGetRdfNamespacesTestCase
Tests for RDF namespaces XML serialization.

Code

public static function getInfo() {
  return array(
    'name' => 'RDF namespaces XML serialization tests',
    'description' => 'Confirm that the serialization of RDF namespaces via drupal_get_rdf_namespaces() is output and parsed correctly in the XHTML document.',
    'group' => 'System',
  );
}