You are here

protected function MetatagTagsTest::setCookieTestNameAttribute in Metatag 8

Implements {tag_name}TestNameAttribute() for 'set_cookie'.

File

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

Class

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

Namespace

Drupal\Tests\metatag\Functional

Code

protected function setCookieTestNameAttribute() {
  return 'http-equiv';
}