public static function DrupalGetRdfNamespacesTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 3015 - 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',
);
}