You are here

public static property CommentTest::$modules in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/Functional/CommentTest.php \Drupal\Tests\ds\Functional\CommentTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

tests/src/Functional/CommentTest.php, line 24

Class

CommentTest
Tests for the manage display tab in Display Suite.

Namespace

Drupal\Tests\ds\Functional

Code

public static $modules = [
  'node',
  'user',
  'comment',
  'field_ui',
  'block',
  'ds',
];