You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_icheck/tests/src/Functional/WebformIcheckElementTest.php, line 19

Class

WebformIcheckElementTest
Tests for iCheck element.

Namespace

Drupal\Tests\webform_icheck\Functional

Code

public static $modules = [
  'webform_icheck',
  'webform_icheck_test',
];