public static property UserNameFormatterTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/Field/UserNameFormatterTest.php \Drupal\user\Tests\Field\UserNameFormatterTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ user/ src/ Tests/ Field/ UserNameFormatterTest.php, line 27 - Contains \Drupal\user\Tests\Field\UserNameFormatterTest.
Class
- UserNameFormatterTest
- Tests the user_name formatter.
Namespace
Drupal\user\Tests\FieldCode
public static $modules = [
'field',
'user',
'system',
];