You are here

public static property WebformElementButtonsTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_jqueryui_buttons/tests/src/Functional/WebformElementButtonsTest.php \Drupal\Tests\webform_jqueryui_buttons\Functional\WebformElementButtonsTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_jqueryui_buttons/tests/src/Functional/WebformElementButtonsTest.php, line 19

Class

WebformElementButtonsTest
Tests for webform element buttons.

Namespace

Drupal\Tests\webform_jqueryui_buttons\Functional

Code

public static $modules = [
  'webform_jqueryui_buttons',
  'webform_jqueryui_buttons_test',
];