You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Tests/ItemCacheTagsTest.php \Drupal\aggregator\Tests\ItemCacheTagsTest::modules

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/aggregator/src/Tests/ItemCacheTagsTest.php, line 26
Contains \Drupal\aggregator\Tests\ItemCacheTagsTest.

Class

ItemCacheTagsTest
Tests the Item entity's cache tags.

Namespace

Drupal\aggregator\Tests

Code

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