function DrupalGetRdfNamespacesTestCase::getInfo

File

modules/simpletest/tests/common.test, line 3154

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.