You are here

protected property MetatagVerificationTagsTest::$tags in Metatag 8

All of the meta tags defined by this module which will be tested.

Type: array

Overrides MetatagTagsTestBase::$tags

File

metatag_verification/tests/src/Functional/MetatagVerificationTagsTest.php, line 24

Class

MetatagVerificationTagsTest
Tests that each of the Metatag Verification tags work correctly.

Namespace

Drupal\Tests\metatag_verification\Functional

Code

protected $tags = [
  'baidu',
  'bing',
  'facebook_domain_verification',
  'google',
  'norton_safe_web',
  'pinterest',
  'pocket',
  'yandex',
  'zoom_domain_verification',
];