diff --git a/core/profiles/standard/src/Tests/StandardTest.php b/core/profiles/standard/src/Tests/StandardTest.php index 9977e64..616fb26 100644 --- a/core/profiles/standard/src/Tests/StandardTest.php +++ b/core/profiles/standard/src/Tests/StandardTest.php @@ -100,6 +100,10 @@ function testStandard() { $config = $factory->get($name); $this->assertConfigSchema($typed_config, $name, $config->get()); } + + \Drupal::moduleHandler()->uninstall(array('editor', 'ckeditor')); + $this->rebuildContainer(); + \Drupal::moduleHandler()->install(array('editor')); } }