You are here

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

All of the individual tags which will be tested.

Type: array

Overrides SchemaMetatagTagsTestBase::$schemaTags

File

schema_qa_page/tests/src/Functional/SchemaQAPageTest.php, line 33

Class

SchemaQAPageTest
Tests that each of the Schema Metatag QA Page tags work correctly.

Namespace

Drupal\Tests\schema_qa_page\Functional

Code

public $schemaTags = [
  'schema_qa_page_main_entity' => 'SchemaQAPageMainEntity',
  'schema_qa_page_type' => 'SchemaQAPageType',
];