You are here

public static property UserEditedOwnAccountTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

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

Class

UserEditedOwnAccountTest
Tests user edited own account can still log in.

Namespace

Drupal\user\Tests

Code

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