You are here

public static property CommentBlockTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Functional/CommentBlockTest.php \Drupal\Tests\comment\Functional\CommentBlockTest::modules
  2. 10 core/modules/comment/tests/src/Functional/CommentBlockTest.php \Drupal\Tests\comment\Functional\CommentBlockTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/tests/src/Functional/CommentBlockTest.php, line 20

Class

CommentBlockTest
Tests comment block functionality.

Namespace

Drupal\Tests\comment\Functional

Code

public static $modules = [
  'block',
  'views',
];