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