public static property WebformCardsAjaxJavaScriptTest::$modules in Webform 6.x
Same name and namespace in other branches
- 8.5 modules/webform_cards/tests/src/FunctionalJavaScript/WebformCardsAjaxJavaScriptTest.php \Drupal\Tests\webform_cards\FunctionalJavaScript\WebformCardsAjaxJavaScriptTest::modules
Modules to enable.
Type: array
Overrides WebformWebDriverTestBase::$modules
File
- modules/
webform_cards/ tests/ src/ FunctionalJavaScript/ WebformCardsAjaxJavaScriptTest.php, line 19
Class
- WebformCardsAjaxJavaScriptTest
- Tests for webform cards ajax.
Namespace
Drupal\Tests\webform_cards\FunctionalJavaScriptCode
public static $modules = [
'webform',
'webform_cards',
'webform_cards_test',
];