You are here

public static property UserCacheTagsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Functional/UserCacheTagsTest.php \Drupal\Tests\user\Functional\UserCacheTagsTest::modules

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/user/tests/src/Functional/UserCacheTagsTest.php, line 20

Class

UserCacheTagsTest
Tests the User entity's cache tags.

Namespace

Drupal\Tests\user\Functional

Code

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