You are here

public property SchemaRecipeTest::$schemaTags in Schema.org Metatag 8

All of the individual tags which will be tested.

Type: array

Overrides SchemaMetatagTagsTestBase::$schemaTags

File

schema_recipe/tests/src/Functional/SchemaRecipeTest.php, line 33

Class

SchemaRecipeTest
Tests that each of the Schema Metatag Articles tags work correctly.

Namespace

Drupal\Tests\schema_recipe\Functional

Code

public $schemaTags = [
  'schema_recipe_aggregate_rating' => 'SchemaRecipeAggregateRating',
  'schema_recipe_review' => 'SchemaRecipeReview',
  'schema_recipe_author' => 'SchemaRecipeAuthor',
  'schema_recipe_cook_time' => 'SchemaRecipeCookTime',
  'schema_recipe_date_published' => 'SchemaRecipeDatePublished',
  'schema_recipe_description' => 'SchemaRecipeDescription',
  'schema_recipe_image' => 'SchemaRecipeImage',
  'schema_recipe_name' => 'SchemaRecipeName',
  'schema_recipe_prep_time' => 'SchemaRecipePrepTime',
  'schema_recipe_recipe_category' => 'SchemaRecipeRecipeCategory',
  'schema_recipe_recipe_ingredient' => 'SchemaRecipeRecipeIngredient',
  'schema_recipe_recipe_instructions' => 'SchemaRecipeRecipeInstructions',
  'schema_recipe_recipe_yield' => 'SchemaRecipeRecipeYield',
  'schema_recipe_total_time' => 'SchemaRecipeTotalTime',
  'schema_recipe_type' => 'SchemaRecipeType',
  'schema_recipe_nutrition' => 'SchemaRecipeNutrition',
  'schema_recipe_recipe_cuisine' => 'SchemaRecipeRecipeCuisine',
];