public static property UserAccountFormFieldsTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/UserAccountFormFieldsTest.php \Drupal\user\Tests\UserAccountFormFieldsTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ user/ src/ Tests/ UserAccountFormFieldsTest.php, line 26 - Contains \Drupal\user\Tests\UserAccountFormFieldsTest.
Class
- UserAccountFormFieldsTest
- Verifies that the field order in user account forms is compatible with password managers of web browsers.
Namespace
Drupal\user\TestsCode
public static $modules = array(
'system',
'user',
'field',
);