You are here

public static property AjaxCommentsSettingsFormTest::$modules in AJAX Comments 8

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

src/Tests/AjaxCommentsSettingsFormTest.php, line 20

Class

AjaxCommentsSettingsFormTest
Tests the \Drupal\ajax_comments\Form\SettingsForm.

Namespace

Drupal\ajax_comments\Tests

Code

public static $modules = [
  'system',
  'block',
  'comment',
  'node',
  'ajax_comments',
];