You are here

protected function MetatagHreflangTagsTest::hreflangXdefaultTestOutputXpath in Metatag 8

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

File

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

Class

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

Namespace

Drupal\Tests\metatag_hreflang\Functional

Code

protected function hreflangXdefaultTestOutputXpath() {
  return "//link[@hreflang='x-default']";
}