public static property UserEntityCallbacksTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'user',
'user_hooks_test',
);