protected function MetatagTagsTest::descriptionTestFieldXpath in Metatag 8
Implements {tag_name}TestFieldXpath() for 'description'.
File
- tests/
src/ Functional/ MetatagTagsTest.php, line 132
Class
- MetatagTagsTest
- Tests that each of the Metatag base tags work correctly.
Namespace
Drupal\Tests\metatag\FunctionalCode
protected function descriptionTestFieldXpath() {
return "//textarea[@name='description']";
}