public static property WebformEntityTest::$modules in Webform 6.x
Same name in this branch
- 6.x tests/src/Functional/WebformEntityTest.php \Drupal\Tests\webform\Functional\WebformEntityTest::modules
- 6.x tests/src/Kernel/Entity/WebformEntityTest.php \Drupal\Tests\webform\Kernel\Entity\WebformEntityTest::modules
Same name and namespace in other branches
- 8.5 tests/src/Functional/WebformEntityTest.php \Drupal\Tests\webform\Functional\WebformEntityTest::modules
Modules to enable.
Type: array
Overrides WebformBrowserTestBase::$modules
File
- tests/
src/ Functional/ WebformEntityTest.php, line 19
Class
- WebformEntityTest
- Tests for webform entity.
Namespace
Drupal\Tests\webform\FunctionalCode
public static $modules = [
'node',
'webform',
'webform_test_submissions',
];