public static property EditorManagerTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/editor/src/Tests/EditorManagerTest.php \Drupal\editor\Tests\EditorManagerTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ editor/ src/ Tests/ EditorManagerTest.php, line 24 - Contains \Drupal\editor\Tests\EditorManagerTest.
Class
- EditorManagerTest
- Tests detection of text editors and correct generation of attachments.
Namespace
Drupal\editor\TestsCode
public static $modules = array(
'system',
'user',
'filter',
'editor',
);