You are here

public static property WebformImageSelectImagesTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_image_select/tests/src/Functional/WebformImageSelectImagesTest.php, line 22

Class

WebformImageSelectImagesTest
Tests for webform image select image entity.

Namespace

Drupal\Tests\webform_image_select\Functional

Code

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