Same name in other branches
  1. 2.x tests/src/Functional/EntityCloneUserTest.php \Drupal\Tests\entity_clone\Functional\EntityCloneUserTest::modules

Modules to enable.

Type: array

Fichier

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

Classe

EntityCloneUserTest
Create a user and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

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