You are here

public static property WebformResultsExportDownloadTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformResultsExportDownloadTest.php, line 21

Class

WebformResultsExportDownloadTest
Tests for webform results export download.

Namespace

Drupal\Tests\webform\Functional

Code

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