You are here

public static property TermCacheTagsTest::$modules in Drupal 8

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

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php, line 19

Class

TermCacheTagsTest
Tests the Taxonomy term entity's cache tags.

Namespace

Drupal\Tests\taxonomy\Functional

Code

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