You are here

protected property MetatagGooglePlusTagsTest::$tags in Metatag 8

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

Type: array

Overrides MetatagTagsTestBase::$tags

File

metatag_google_plus/tests/src/Functional/MetatagGooglePlusTagsTest.php, line 22

Class

MetatagGooglePlusTagsTest
Tests that each of the Metatag Google Plus tags work correctly.

Namespace

Drupal\Tests\metatag_google_plus\Functional

Code

protected $tags = [
  'google_plus_author',
  'google_plus_description',
  'google_plus_image',
  'google_plus_name',
  'google_plus_publisher',
];