You are here

protected function MetatagMobileTagsTest::webManifestTestOutputXpath in Metatag 8

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

File

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

Class

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

Namespace

Drupal\Tests\metatag_mobile\Functional

Code

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