You are here

protected function MetatagTagsTest::authorTestValueAttribute in Metatag 8

Implements {tag_name}TestValueAttribute() for 'author'.

File

tests/src/Functional/MetatagTagsTest.php, line 97

Class

MetatagTagsTest
Tests that each of the Metatag base tags work correctly.

Namespace

Drupal\Tests\metatag\Functional

Code

protected function authorTestValueAttribute() {
  return 'href';
}