You are here

public static property WebformSubmissionEntityTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

WebformSubmissionEntityTest
Tests the webform entity class.

Namespace

Drupal\Tests\webform\Kernel\Entity

Code

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