You are here

public static property PerCommentTypeSettingsTest::$modules in Simplify 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/PerCommentTypeSettingsTest.php, line 30

Class

PerCommentTypeSettingsTest
Test simplify per comment-type settings.

Namespace

Drupal\simplify\Tests

Code

public static $modules = [
  'node',
  'comment',
  'field_ui',
  'simplify',
];