ConfigExampleTest::$permissions

Permissions to operate the config simple form.

Type: array

File

modules/config_simple_example/tests/src/Functional/ConfigExampleTest.php, line 56

Class

ConfigExampleTest
Ensure that the form_api_example forms work properly.

Namespace

Drupal\Tests\form_api_example\Functional

Code

protected $permissions = [
  'administer site configuration',
  'access administration pages',
  'access content',
  'translate configuration',
];