You are here

public static property EntityCacheTagsTestBase::$modules in Drupal 8

Same name in this branch
  1. 8 core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php \Drupal\system\Tests\Entity\EntityCacheTagsTestBase::modules
  2. 8 core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php \Drupal\Tests\system\Functional\Entity\EntityCacheTagsTestBase::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php, line 34

Class

EntityCacheTagsTestBase
Provides helper methods for Entity cache tags tests.

Namespace

Drupal\system\Tests\Entity

Code

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