You are here

protected function MetatagMobileTagsTest::msapplicationSquare150x150logoTestValue in Metatag 8

Implements {tag_name}TestValue() for 'msapplication-square150x150logo'.

File

metatag_mobile/tests/src/Functional/MetatagMobileTagsTest.php, line 153

Class

MetatagMobileTagsTest
Tests that each of the Metatag mobile tags work correctly.

Namespace

Drupal\Tests\metatag_mobile\Functional

Code

protected function msapplicationSquare150x150logoTestValue() {
  return $this
    ->randomImageUrl();
}