public static property WebformSubmissionStorageTest::$modules in Webform 8.5
Same name and namespace in other branches
- 6.x tests/src/Kernel/WebformSubmissionStorageTest.php \Drupal\Tests\webform\Kernel\WebformSubmissionStorageTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- tests/
src/ Kernel/ WebformSubmissionStorageTest.php, line 22
Class
- WebformSubmissionStorageTest
- Tests webform submission storage.
Namespace
Drupal\Tests\webform\KernelCode
public static $modules = [
'system',
'user',
'path',
'path_alias',
'field',
'webform',
];