You are here

public function MetatagFaviconsTagsTest::apple_touch_icon_120x120_test_output_xpath in Metatag 7

Implements {meta_tag_name}_test_output_xpath() for 'apple_touch_icon_120x120'.

File

metatag_favicons/tests/MetatagFaviconsTagsTest.test, line 194
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_120x120_test_output_xpath() {
  return "//link[@rel='apple-touch-icon' and @sizes='120x120']";
}