public static function SchemaorgNamespaceTestCase::getInfo in Schema.org 7
File
- ./
schemaorg.test, line 12 - Tests for schemaorg.module.
Class
- SchemaorgNamespaceTestCase
- Tests for schema.org namespaces declaration.
Code
public static function getInfo() {
return array(
'name' => 'Schema.org namespace',
'description' => 'Test the presence of the schema.org namespace in the page markup and in rdf_get_namespaces().',
'group' => 'Schema.org',
);
}