You are here

public static function SchemaMetatagRecipeTest::getInfo in Schema.org Metatag 7

File

schema_recipe/tests/SchemaMetatagRecipeTest.test, line 11

Class

SchemaMetatagRecipeTest
Tests that each of the Metatag schema_recipe tags work correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Schema Metatag: Recipe',
    'description' => 'Test the schema_recipe meta tags.',
    'group' => 'Schema Metatag',
    'dependencies' => [
      'ctools',
      'token',
      'metatag',
      'schema_metatag',
      'schema_recipe',
    ],
  );
}