You are here

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

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

Modules to install.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php, line 32
Contains \Drupal\comment\Tests\CommentDefaultFormatterCacheTagsTest.

Class

CommentDefaultFormatterCacheTagsTest
Tests the bubbling up of comment cache tags when using the Comment list formatter on an entity.

Namespace

Drupal\comment\Tests

Code

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