X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_favicons%2Fsrc%2FTests%2FMetatagFaviconsTagsTest.php;fp=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_favicons%2Fsrc%2FTests%2FMetatagFaviconsTagsTest.php;h=04f588505440e09dfc1ffcbe77cfbd4d29015828;hp=02e1ba231a23acf04981b3c82c0216b80084efed;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/metatag/metatag_favicons/src/Tests/MetatagFaviconsTagsTest.php b/web/modules/contrib/metatag/metatag_favicons/src/Tests/MetatagFaviconsTagsTest.php index 02e1ba231..04f588505 100644 --- a/web/modules/contrib/metatag/metatag_favicons/src/Tests/MetatagFaviconsTagsTest.php +++ b/web/modules/contrib/metatag/metatag_favicons/src/Tests/MetatagFaviconsTagsTest.php @@ -105,56 +105,63 @@ class MetatagFaviconsTagsTest extends MetatagTagsTestBase { } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_114x114'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_114x114'. */ private function appleTouchIconPrecomposed114x114TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='114x114']"; } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_120x120'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_120x120'. */ private function appleTouchIconPrecomposed120x120TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='120x120']"; } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_144x144'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_144x144'. */ private function appleTouchIconPrecomposed144x144TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='144x144']"; } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_152x152'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_152x152'. */ private function appleTouchIconPrecomposed152x152TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='152x152']"; } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_180x180'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_180x180'. */ private function appleTouchIconPrecomposed180x180TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='180x180']"; } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_72x72'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_72x72'. */ private function appleTouchIconPrecomposed72x72TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='72x72']"; } /** - * Implements {tag_name}TestOutputXpath() for - * 'apple_touch_icon_precomposed_76x76'. + * Implements {tag_name}TestOutputXpath(). + * + * For 'apple_touch_icon_precomposed_76x76'. */ private function appleTouchIconPrecomposed76x76TestOutputXpath() { return "//link[@rel='apple-touch-icon-precomposed' and @sizes='76x76']";