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