You are here

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

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

Modules to enable.

Type: array

Overrides EntityCacheTagsTestBase::$modules

File

core/modules/comment/src/Tests/CommentCacheTagsTest.php, line 31
Contains \Drupal\comment\Tests\CommentCacheTagsTest.

Class

CommentCacheTagsTest
Tests the Comment entity's cache tags.

Namespace

Drupal\comment\Tests

Code

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