You are here

public static property CommentLegacyTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/comment/tests/src/Kernel/CommentLegacyTest.php, line 26

Class

CommentLegacyTest
Tests legacy comment functionality.

Namespace

Drupal\Tests\comment\Kernel

Code

public static $modules = [
  'comment',
];