You are here

public static property BlockContentCacheTagsTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php \Drupal\block_content\Tests\BlockContentCacheTagsTest::modules

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php, line 26
Contains \Drupal\block_content\Tests\BlockContentCacheTagsTest.

Class

BlockContentCacheTagsTest
Tests the Custom Block entity's cache tags.

Namespace

Drupal\block_content\Tests

Code

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