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\FunctionalCode
protected $basePerms = [
'access administration pages',
'administer meta tags',
];