Same name in other branches
- 2.x tests/src/Functional/EntityCloneViewTest.php \Drupal\Tests\entity_clone\Functional\EntityCloneViewTest::permissions
Permissions to grant admin user.
Type: array
File
-
tests/
src/ Functional/ EntityCloneViewTest.php, line 37
Class
- EntityCloneViewTest
- Create a view and test a clone.
Namespace
Drupal\Tests\entity_clone\FunctionalCode
protected $permissions = [
'clone view entity',
'administer views',
];