You are here

public property MetatagTagsTest::$tags in Metatag 7

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

Type: array

Overrides MetatagTagsTestBase::$tags

File

tests/MetatagTagsTest.test, line 28
Tests that each of the Metatag base tags work correctly.

Class

MetatagTagsTest
Tests that each of the Metatag base tags work correctly.

Code

public $tags = array(
  'abstract',
  'author',
  'cache-control',
  'canonical',
  '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',
  // @todo 'revisit-after',
  'rights',
  'robots',
  // 'set_cookie',
  'shortlink',
  'standout',
  'title',
);