You are here

public static property WebformOptionsEntityTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Entity/WebformOptionsEntityTest.php, line 22

Class

WebformOptionsEntityTest
Tests the webform options entity class.

Namespace

Drupal\Tests\webform\Kernel\Entity

Code

public static $modules = [
  'system',
  'user',
  'webform',
  'field',
];