You are here

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

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

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserEntityCallbacksTest.php, line 25
Contains \Drupal\user\Tests\UserEntityCallbacksTest.

Class

UserEntityCallbacksTest
Tests specific parts of the user entity like the URI callback and the label callback.

Namespace

Drupal\user\Tests

Code

public static $modules = array(
  'user',
  'user_hooks_test',
);