You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformResultsExportOptionsTest.php, line 19

Class

WebformResultsExportOptionsTest
Tests for webform results export.

Namespace

Drupal\Tests\webform\Functional

Code

public static $modules = [
  'node',
  'locale',
  'webform',
  'webform_test_submissions',
];