You are here

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

All of the individual tags which will be tested.

Type: array

Overrides SchemaMetatagTagsTestBase::$schemaTags

File

schema_book/tests/src/Functional/SchemaBookTest.php, line 33

Class

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

Namespace

Drupal\Tests\schema_book\Functional

Code

public $schemaTags = [
  'schema_book_author' => 'SchemaBookAuthor',
  'schema_book_id' => 'SchemaBookId',
  'schema_book_name' => 'SchemaBookName',
  'schema_book_description' => 'SchemaBookDescription',
  'schema_book_same_as' => 'SchemaBookSameAs',
  'schema_book_type' => 'SchemaBookType',
  'schema_book_url' => 'SchemaBookUrl',
  'schema_book_work_example' => 'SchemaBookWorkExample',
  'schema_book_image' => 'SchemaBookImage',
  'schema_book_review' => 'SchemaBookReview',
  'schema_book_aggregate_rating' => 'SchemaBookAggregateRating',
];