You are here

protected property MetatagFieldTestBase::$basePerms in Metatag 8

Basic permissions that all of the entity tests will need.

Type: array

File

tests/src/Functional/MetatagFieldTestBase.php, line 63

Class

MetatagFieldTestBase
Base class for ensuring that the Metatag field works correctly.

Namespace

Drupal\Tests\metatag\Functional

Code

protected $basePerms = [
  'access administration pages',
  'administer meta tags',
];