You are here

public static property WebformImageSelectElementTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_image_select/tests/src/Functional/WebformImageSelectElementTest.php, line 20

Class

WebformImageSelectElementTest
Tests for webform image select element.

Namespace

Drupal\Tests\webform_image_select\Functional

Code

public static $modules = [
  'webform',
  'webform_image_select',
  'webform_image_select_test',
];