You are here

protected function MetatagMobileTagsTest::msapplicationWide310x150logoTestValue in Metatag 8

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

File

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

Class

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

Namespace

Drupal\Tests\metatag_mobile\Functional

Code

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