You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_options_custom/tests/src/Functional/WebformOptionsCustomTest.php, line 19

Class

WebformOptionsCustomTest
Webform options custom test.

Namespace

Drupal\Tests\webform_options_custom\Functional

Code

public static $modules = [
  'webform',
  'webform_options_custom',
  'webform_options_custom_test',
];