You are here

public static property FlatCommentsPidTest::$modules in Flatcomments 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/FlatCommentsPidTest.php, line 26

Class

FlatCommentsPidTest
Tests the new entity API for the comment field type.

Namespace

Drupal\Tests\flat_comments\Kernel

Code

public static $modules = [
  'comment',
  'system',
  'field',
  'text',
  'flat_comments',
  'entity_test',
  'user',
];