diff -u b/core/modules/views/src/Tests/GlossaryTest.php b/core/modules/views/src/Tests/GlossaryTest.php --- b/core/modules/views/src/Tests/GlossaryTest.php +++ b/core/modules/views/src/Tests/GlossaryTest.php @@ -67,7 +67,7 @@ $this->assertResponse(200); foreach ($nodes_per_char as $char => $count) { - $href = Url::fromRoute('views.glossary.page_1', ['arg_0' => $char])->toString(); + $href = Url::fromRoute('view.glossary.page_1', ['arg_0' => $char])->toString(); $label = Unicode::strtoupper($char); // Get the summary link for a certain character. Filter by label and href // to ensure that both of them are correct. only in patch2: unchanged: --- a/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml +++ b/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml @@ -4,3 +4,5 @@ description: 'Support module for Search module testing.' package: Testing version: VERSION core: 8.x +dependencies: + - views \ No newline at end of file