You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_attachment/tests/src/Functional/WebformAttachmentTest.php, line 22

Class

WebformAttachmentTest
Tests for webform example element.

Namespace

Drupal\Tests\webform_attachment\Functional

Code

public static $modules = [
  'token',
  'webform_attachment',
  'webform_attachment_test',
];