public static property WebformEntityTest::$modules in Webform 8.5
Same name in this branch
- 8.5 tests/src/Functional/WebformEntityTest.php \Drupal\Tests\webform\Functional\WebformEntityTest::modules
- 8.5 tests/src/Kernel/Entity/WebformEntityTest.php \Drupal\Tests\webform\Kernel\Entity\WebformEntityTest::modules
Same name and namespace in other branches
- 6.x tests/src/Kernel/Entity/WebformEntityTest.php \Drupal\Tests\webform\Kernel\Entity\WebformEntityTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- tests/
src/ Kernel/ Entity/ WebformEntityTest.php, line 24
Class
- WebformEntityTest
- Tests the webform entity class.
Namespace
Drupal\Tests\webform\Kernel\EntityCode
public static $modules = [
'system',
'path',
'path_alias',
'webform',
'user',
'field',
];