You are here

protected function MetatagHreflangTagsTest::hreflangEsTestOutputXpath in Metatag 8

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

File

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

Class

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

Namespace

Drupal\Tests\metatag_hreflang\Functional

Code

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