You are here

protected function MetatagTagsTest::abstractTestFieldXpath in Metatag 8

Implements {tag_name}TestFieldXpath() for 'abstract'.

File

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

Class

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

Namespace

Drupal\Tests\metatag\Functional

Code

protected function abstractTestFieldXpath() {
  return "//textarea[@name='abstract']";
}