public static property WebformElementManagedFileImageTest::$modules in Webform 6.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/Element/WebformElementManagedFileImageTest.php \Drupal\Tests\webform\Functional\Element\WebformElementManagedFileImageTest::modules
Modules to enable.
Type: array
Overrides WebformElementManagedFileTestBase::$modules
File
- tests/
src/ Functional/ Element/ WebformElementManagedFileImageTest.php, line 22
Class
- WebformElementManagedFileImageTest
- Test for webform element managed file image handling.
Namespace
Drupal\Tests\webform\Functional\ElementCode
public static $modules = [
'file',
'image',
'webform',
];