You are here

public static property WebformSubmissionLogNodeTest::$modules in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_log/tests/src/Functional/WebformSubmissionLogNodeTest.php \Drupal\Tests\webform_submission_log\Functional\WebformSubmissionLogNodeTest::modules

Modules to enable.

Type: array

Overrides WebformNodeBrowserTestBase::$modules

File

modules/webform_submission_log/tests/src/Functional/WebformSubmissionLogNodeTest.php, line 23

Class

WebformSubmissionLogNodeTest
Tests for webform node submission log.

Namespace

Drupal\Tests\webform_submission_log\Functional

Code

public static $modules = [
  'block',
  'webform',
  'webform_node',
  'webform_submission_log',
];