protected property MetatagTagsTest::$tags in Metatag 8
All of the meta tags defined by this module which will be tested.
Type: array
Overrides MetatagTagsTestBase::$tags
File
- tests/src/ Functional/ MetatagTagsTest.php, line 15 
Class
- MetatagTagsTest
- Tests that each of the Metatag base tags work correctly.
Namespace
Drupal\Tests\metatag\FunctionalCode
protected $tags = [
  'abstract',
  'cache_control',
  'canonical_url',
  'content_language',
  'description',
  'expires',
  'generator',
  'geo_placename',
  'geo_position',
  'geo_region',
  'google',
  'icbm',
  'image_src',
  'keywords',
  'news_keywords',
  'next',
  'original_source',
  'pragma',
  'prev',
  'rating',
  'referrer',
  'refresh',
  'revisit_after',
  'rights',
  'robots',
  'set_cookie',
  'shortlink',
  'standout',
];