You are here

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

Same name and namespace in other branches
  1. 8 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\Field

Code

public static $modules = [
  'field',
  'user',
  'system',
];