You are here

protected function MetatagGooglePlusTagsTest::googlePlusPublisherTestOutputXpath in Metatag 8

Implements {tag_name}TestNameAttribute() for 'publisher'.

File

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

Class

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

Namespace

Drupal\Tests\metatag_google_plus\Functional

Code

protected function googlePlusPublisherTestOutputXpath() {
  return "//link[@rel='publisher']";
}