You are here

public static property WebformSubmissionPurgeApiTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/WebformSubmissionPurgeApiTest.php, line 22

Class

WebformSubmissionPurgeApiTest
Defines a class for testing webform submission purge APIs.

Namespace

Drupal\Tests\webform\Kernel

Code

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