You are here

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

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

Modules to enable.

Type: array

Overrides WebformElementManagedFileTestBase::$modules

File

tests/src/Functional/Element/WebformElementManagedFilePreviewTest.php, line 17

Class

WebformElementManagedFilePreviewTest
Test for webform element managed file preview.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'file',
  'image',
  'webform',
];