public function MetatagGoogleCseTagsTest::thumbnail_test_value in Metatag 7
Implements {meta_tag_name}_test_value() for 'thumbnail'.
File
- metatag_google_cse/
tests/ MetatagGoogleCseTagsTest.test, line 54 - Tests that each of the Metatag Google CSE tags work correctly.
Class
- MetatagGoogleCseTagsTest
- Tests that each of the Metatag Google CSE tags work correctly.
Code
public function thumbnail_test_value() {
return $this
->randomImageUrl();
}