You are here

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

All of the individual tags which will be tested.

Type: array

Overrides SchemaMetatagTagsTestBase::$schemaTags

File

schema_how_to/tests/src/Functional/SchemaHowToTest.php, line 33

Class

SchemaHowToTest
Tests that each of the Schema Metatag HowTo tags work correctly.

Namespace

Drupal\Tests\schema_how_to\Functional

Code

public $schemaTags = [
  'schema_how_to_type' => 'SchemaHowToType',
  'schema_how_to_name' => 'SchemaHowToName',
  'schema_how_to_step' => 'SchemaHowToStep',
  'schema_how_to_description' => 'SchemaHowToDescription',
  'schema_how_to_image' => 'SchemaHowToImage',
  'schema_how_to_estimated_cost' => 'SchemaHowToEstimatedCost',
  'schema_how_to_supply' => 'SchemaHowToSupply',
  'schema_how_to_tool' => 'SchemaHowToTool',
];