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

Modules to enable.

Type: array

File

tests/src/Functional/EntityCloneFileTest.php, line 24

Class

EntityCloneFileTest
Create a filer and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

protected static $modules = [
    'entity_clone',
    'file',
];