Same name in other branches
- 8.x-1.x tests/src/Functional/EntityCloneCustomBlockTest.php \Drupal\Tests\entity_clone\Functional\EntityCloneCustomBlockTest::permissions
Permissions to grant admin user.
Type: array
Fichier
-
tests/
src/ Functional/ EntityCloneCustomBlockTest.php, line 40
Classe
- EntityCloneCustomBlockTest
- Creat ea block and test a clone.
Namespace
Drupal\Tests\entity_clone\FunctionalCode
protected $permissions = [
'administer blocks',
'clone block_content entity',
];