You are here

protected function MetatagMobileTagsTest::iosAppLinkAlternativeTestOutputXpath in Metatag 8

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

File

metatag_mobile/tests/src/Functional/MetatagMobileTagsTest.php, line 132

Class

MetatagMobileTagsTest
Tests that each of the Metatag mobile tags work correctly.

Namespace

Drupal\Tests\metatag_mobile\Functional

Code

protected function iosAppLinkAlternativeTestOutputXpath() {
  return "//link[@rel='alternate' and starts-with(@href, 'ios-app:')]";
}