You are here

public static property WebformConditionTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Kernel/WebformConditionTest.php \Drupal\Tests\webform\Kernel\WebformConditionTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/WebformConditionTest.php, line 21

Class

WebformConditionTest
Tests that conditions, provided by the webform module, are working properly.

Namespace

Drupal\Tests\webform\Kernel

Code

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