You are here

protected function MetatagHreflangTagsTest::hreflangEnTestOutputXpath in Metatag 8

Implements {tag_name}TestOutputXpath() for 'hreflang_en'.

File

metatag_hreflang/tests/src/Functional/MetatagHreflangTagsTest.php, line 75

Class

MetatagHreflangTagsTest
Tests that each of the Metatag hreflang tags work correctly.

Namespace

Drupal\Tests\metatag_hreflang\Functional

Code

protected function hreflangEnTestOutputXpath() {
  return "//link[@hreflang='en']";
}