Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / content_moderation / tests / src / Functional / ModerationStateTestBase.php
index 5ee72ee2ad5af0ed7a65b7bf409a7c65c9a6c57f..712732f9f61923dfff52940ad6a901fbf36810fd 100644 (file)
@@ -132,6 +132,9 @@ abstract class ModerationStateTestBase extends BrowserTestBase {
     // @see content_moderation_workflow_insert()
     \Drupal::service('entity_type.bundle.info')->clearCachedBundles();
     \Drupal::service('entity_field.manager')->clearCachedFieldDefinitions();
+    /** @var \Drupal\Core\Routing\RouteBuilderInterface $router_builder */
+    $router_builder = $this->container->get('router.builder');
+    $router_builder->rebuildIfNeeded();
   }
 
   /**