You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Form/WebformFormValidateTest.php, line 20

Class

WebformFormValidateTest
Tests for webform form validation.

Namespace

Drupal\Tests\webform\Functional\Form

Code

public static $modules = [
  'webform',
  'webform_test_validate',
];