You are here

public static property EntityCacheTagsTestBase::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php \Drupal\system\Tests\Entity\EntityCacheTagsTestBase::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php, line 32
Contains \Drupal\system\Tests\Entity\EntityCacheTagsTestBase.

Class

EntityCacheTagsTestBase
Provides helper methods for Entity cache tags tests.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = [
  'entity_test',
  'field_test',
];