You are here

protected property WebformEncryptFunctionalTest::$permissions in Webform Encrypt 8

Permissions to grant admin user.

Type: array

File

tests/src/Functional/WebformEncryptFunctionalTest.php, line 37

Class

WebformEncryptFunctionalTest
Functional tests for the webform_encrypt module.

Namespace

Drupal\Tests\webform_encrypt\Functional

Code

protected $permissions = [
  'access administration pages',
  'view any webform submission',
  'edit any webform',
];