You are here

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

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

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/user/src/Tests/UserCacheTagsTest.php, line 24
Contains \Drupal\user\Tests\UserCacheTagsTest.

Class

UserCacheTagsTest
Tests the User entity's cache tags.

Namespace

Drupal\user\Tests

Code

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