You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformOptionsCustomEntityTest
Webform options custom entity test.

Namespace

Drupal\Tests\webform_options_custom\Functional

Code

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