public static property WebformBlockTest::$modules in Webform 6.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/Block/WebformBlockTest.php \Drupal\Tests\webform\Functional\Block\WebformBlockTest::modules
Modules to enable.
Type: array
Overrides WebformBrowserTestBase::$modules
File
- tests/
src/ Functional/ Block/ WebformBlockTest.php, line 19
Class
- WebformBlockTest
- Tests for webform block.
Namespace
Drupal\Tests\webform\Functional\BlockCode
public static $modules = [
'block',
'webform',
];