diff --git a/core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php b/core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php index 831b227..6bd1ebe 100644 --- a/core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php +++ b/core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php @@ -92,7 +92,6 @@ public function testRediscover() { // Edit child element link to use 'internal' instead of 'entity'. $child->set('link', [['uri' => 'internal:/example-path/child']]); - $child->set('rediscover', 1); $child->save(); \Drupal::service('plugin.manager.menu.link')->rebuild();