diff --git a/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php b/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php index 7be0747..f85f176 100644 --- a/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php +++ b/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php @@ -21,7 +21,7 @@ class EditorManagerTest extends DrupalUnitTestBase { * * @var array */ - public static $modules = array('user', 'editor'); + public static $modules = array('system', 'editor'); /** * The manager for text editor plugins. @@ -42,8 +42,8 @@ function setUp() { parent::setUp(); // Install the Filter module. - $this->installSchema('user', 'role'); - $this->enableModules(array('filter')); + $this->installSchema('system', 'url_alias'); + $this->enableModules(array('user', 'filter')); // Add text formats. $filtered_html_format = entity_create('filter_format', array(