You are here

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

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

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/aggregator/src/Tests/FeedCacheTagsTest.php, line 25
Contains \Drupal\aggregator\Tests\FeedCacheTagsTest.

Class

FeedCacheTagsTest
Tests the Feed entity's cache tags.

Namespace

Drupal\aggregator\Tests

Code

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