public static property EditorFileUsageTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php \Drupal\Tests\editor\Kernel\EditorFileUsageTest::modules
- 10 core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php \Drupal\Tests\editor\Kernel\EditorFileUsageTest::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
modules/ editor/ tests/ src/ Kernel/ EditorFileUsageTest.php, line 27
Class
- EditorFileUsageTest
- Tests tracking of file usage by the Text Editor module.
Namespace
Drupal\Tests\editor\KernelCode
public static $modules = [
'editor',
'editor_test',
'node',
'file',
];