You are here

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

All of the individual tags which will be tested.

Type: array

Overrides SchemaMetatagTagsTestBase::$schemaTags

File

schema_place/tests/src/Functional/SchemaPlaceTest.php, line 33

Class

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

Namespace

Drupal\Tests\schema_service\Functional

Code

public $schemaTags = [
  'schema_place_name' => 'SchemaPlaceName',
  'schema_place_description' => 'SchemaPlaceDescription',
  'schema_place_telephone' => 'SchemaPlaceTelephone',
  'schema_place_image' => 'SchemaPlaceImage',
  'schema_place_type' => 'SchemaPlaceType',
  'schema_place_address' => 'SchemaPlaceAddress',
  'schema_place_geo' => 'SchemaPlaceGeo',
  'schema_place_url' => 'SchemaPlaceUrl',
];