You are here

protected function MetatagTagsTest::shortlinkTestOutputXpath in Metatag 8

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

File

tests/src/Functional/MetatagTagsTest.php, line 223

Class

MetatagTagsTest
Tests that each of the Metatag base tags work correctly.

Namespace

Drupal\Tests\metatag\Functional

Code

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