public static property EditorImageDialogTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php \Drupal\Tests\editor\Kernel\EditorImageDialogTest::modules
- 10 core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php \Drupal\Tests\editor\Kernel\EditorImageDialogTest::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
modules/ editor/ tests/ src/ Kernel/ EditorImageDialogTest.php, line 31
Class
- EditorImageDialogTest
- Tests EditorImageDialog validation and conversion functionality.
Namespace
Drupal\Tests\editor\KernelCode
public static $modules = [
'node',
'file',
'editor',
'editor_test',
'user',
'system',
];