Modules to enable.
Type: array
Overrides DrupalUnitTestBase::$modules
File
- drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php, line 24
- Definition of \Drupal\editor\Tests\EditorManagerTest.
Class
- EditorManagerTest
- Unit tests for the configurable text editor manager.
Namespace
Drupal\editor\Tests
Code
public static $modules = array(
'system',
'editor',
);