only in patch2: unchanged: --- a/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php +++ b/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php @@ -93,6 +93,7 @@ class PathLanguageTest extends PathTestBase { drupal_static_reset('language_list'); drupal_static_reset('language_url_outbound_alter'); drupal_static_reset('language_url_rewrite_url'); + drupal_static_reset('drupal_lookup_path'); $languages = language_list(); $url = url('node/' . $french_node->nid, array('language' => $languages[$french_node->langcode])); $this->assertTrue(strpos($url, $edit['path[alias]']), t('URL contains the path alias.'));