X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_app_links%2Fsrc%2FTests%2FMetatagAppLinksTagsTest.php;fp=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_app_links%2Fsrc%2FTests%2FMetatagAppLinksTagsTest.php;h=f791a521105bd129f43ed0d54d48a6ad5491927c;hp=64cb46ea5d772050fdc60157aaef4e986035b9fc;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/metatag/metatag_app_links/src/Tests/MetatagAppLinksTagsTest.php b/web/modules/contrib/metatag/metatag_app_links/src/Tests/MetatagAppLinksTagsTest.php index 64cb46ea5..f791a5211 100644 --- a/web/modules/contrib/metatag/metatag_app_links/src/Tests/MetatagAppLinksTagsTest.php +++ b/web/modules/contrib/metatag/metatag_app_links/src/Tests/MetatagAppLinksTagsTest.php @@ -2,7 +2,6 @@ namespace Drupal\metatag_app_links\Tests; -use Drupal\simpletest\WebTestBase; use Drupal\metatag\Tests\MetatagTagsTestBase; /** @@ -15,7 +14,7 @@ class MetatagAppLinksTagsTest extends MetatagTagsTestBase { /** * {@inheritdoc} */ - public $tags = [ + private $tags = [ 'al_android_app_name', 'al_android_class', 'al_android_package', @@ -45,7 +44,7 @@ class MetatagAppLinksTagsTest extends MetatagTagsTestBase { /** * {@inheritdoc} */ - public $test_name_attribute = 'property'; + private $testNameAttribute = 'property'; /** * {@inheritdoc} @@ -58,7 +57,7 @@ class MetatagAppLinksTagsTest extends MetatagTagsTestBase { /** * Each of these meta tags has a different tag name vs its internal name. */ - public function getTestTagName($tag_name) { + private function getTestTagName($tag_name) { $tag_name = str_replace('al_android_', 'al:android:', $tag_name); $tag_name = str_replace('al_ios_', 'al:ios:', $tag_name); $tag_name = str_replace('al_ipad_', 'al:ipad:', $tag_name);