Same name in other branches
  1. 8.x-1.x tests/src/Functional/EntityCloneCustomBlockTest.php \Drupal\Tests\entity_clone\Functional\EntityCloneCustomBlockTest::modules

Modules to enable.

Enable dummy module that implements hook_block_insert() for exceptions and field_ui to edit display settings.

Type: array

File

tests/src/Functional/EntityCloneCustomBlockTest.php, line 26

Class

EntityCloneCustomBlockTest
Creat ea block and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

protected static $modules = [
    'entity_clone',
    'block',
    'block_content',
];