public static function SchemaMetatagPersonTest::getInfo in Schema.org Metatag 7
File
- schema_person/
tests/ SchemaMetatagPersonTest.test, line 11
Class
- SchemaMetatagPersonTest
- Tests that each of the Metatag schema_person tags work correctly.
Code
public static function getInfo() {
return array(
'name' => 'Schema Metatag: Person',
'description' => 'Test the schema_person meta tags.',
'group' => 'Schema Metatag',
'dependencies' => [
'ctools',
'token',
'metatag',
'schema_metatag',
'schema_person',
],
);
}