public function MetatagFaviconsTagsTest::apple_touch_icon_76x76_test_output_xpath in Metatag 7
Implements {meta_tag_name}_test_output_xpath() for 'apple_touch_icon_76x76'.
File
- metatag_favicons/
tests/ MetatagFaviconsTagsTest.test, line 234 - Tests that each of the Metatag Favicons tags work correctly.
Class
- MetatagFaviconsTagsTest
- Tests that each of the Metatag Favicons tags work correctly.
Code
public function apple_touch_icon_76x76_test_output_xpath() {
return "//link[@rel='apple-touch-icon' and @sizes='76x76']";
}