You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_options_limit/tests/src/Functional/WebformOptionsLimitUserTest.php, line 18

Class

WebformOptionsLimitUserTest
Webform options limit test.

Namespace

Drupal\Tests\webform_options_limit\Functional

Code

public static $modules = [
  'webform',
  'webform_options_limit',
  'webform_options_limit_test',
];