protected function MetatagTagsTest::imageSrcTestOutputXpath in Metatag 8
Implements {tag_name}TestOutputXpath() for 'image_src'.
File
- tests/
src/ Functional/ MetatagTagsTest.php, line 139
Class
- MetatagTagsTest
- Tests that each of the Metatag base tags work correctly.
Namespace
Drupal\Tests\metatag\FunctionalCode
protected function imageSrcTestOutputXpath() {
return "//link[@rel='image_src']";
}