You are here

protected function MetatagGoogleScholarTagsTest::citationPdfUrlTestValue in Metatag Google Scholar 8

Implements {meta_tag_name}TestValue() for 'citation_pdf_url'.

File

tests/src/Functional/MetatagGoogleScholarTagsTest.php, line 45

Class

MetatagGoogleScholarTagsTest
Tests that each of the Metatag Google Scholar tags work correctly.

Namespace

Drupal\Tests\metatag_google_scholar\Functional

Code

protected function citationPdfUrlTestValue() {
  return 'https://www.example.com/documents/' . $this
    ->randomMachineName() . '.pdf';
}