You are here

public static property EntityCloneCustomBlockTest::$modules in Entity Clone 8

Modules to enable.

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

Type: array

Overrides BlockContentTestBase::$modules

File

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

Class

EntityCloneCustomBlockTest
Creat ea block and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

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