You are here

protected property MetatagFieldTermTest::$entityPerms in Metatag 8

Additional permissions needed for this entity type.

Type: array

Overrides MetatagFieldTestBase::$entityPerms

File

tests/src/Functional/MetatagFieldTermTest.php, line 42

Class

MetatagFieldTermTest
Ensures that the Metatag field works correctly on taxonomy terms.

Namespace

Drupal\Tests\metatag\Functional

Code

protected $entityPerms = [
  // From Field UI.
  'administer taxonomy_term fields',
  // From Taxonomy.
  'administer taxonomy',
  'edit terms in tags',
  'delete terms in tags',
];