Same name in other branches
- 8.x-1.x tests/src/Functional/EntityCloneActionTest.php \Drupal\Tests\entity_clone\Functional\EntityCloneActionTest::permissions
Permissions to grant admin user.
Type: array
Fichier
-
tests/
src/ Functional/ EntityCloneActionTest.php, line 37
Classe
- EntityCloneActionTest
- Create an action and test a clone.
Namespace
Drupal\Tests\entity_clone\FunctionalCode
protected $permissions = [
'administer actions',
'clone action entity',
];