public static property WebformOptionsLimitSourceEntityTest::$modules in Webform 8.5
Same name and namespace in other branches
- 6.x modules/webform_options_limit/tests/src/Functional/WebformOptionsLimitSourceEntityTest.php \Drupal\Tests\webform_options_limit\Functional\WebformOptionsLimitSourceEntityTest::modules
Modules to enable.
Type: array
Overrides WebformNodeBrowserTestBase::$modules
File
- modules/
webform_options_limit/ tests/ src/ Functional/ WebformOptionsLimitSourceEntityTest.php, line 18
Class
- WebformOptionsLimitSourceEntityTest
- Webform options limit source entity test.
Namespace
Drupal\Tests\webform_options_limit\FunctionalCode
public static $modules = [
'webform',
'webform_node',
'webform_options_limit',
'webform_options_limit_test',
];