You are here

public static property UserCreateTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/Tests/UserCreateTest.php \Drupal\user\Tests\UserCreateTest::modules

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserCreateTest.php, line 24
Contains \Drupal\user\Tests\UserCreateTest.

Class

UserCreateTest
Tests the create user administration page.

Namespace

Drupal\user\Tests

Code

public static $modules = array(
  'image',
);