Skip to content
Snippets Groups Projects
Commit 1c7f1821 authored by Gábor Hojtsy's avatar Gábor Hojtsy Committed by Adam G-H
Browse files

Issue #3497957 by catch, gábor hojtsy, phenaproxima, pameeela, thejimbirch:...

Issue #3497957 by catch, gábor hojtsy, phenaproxima, pameeela, thejimbirch: Language module is installed without default languages
parent 4f7cd571
No related branches found
No related tags found
No related merge requests found
Pipeline #389885 failed
......@@ -5,7 +5,6 @@ recipes:
- core/recipes/content_editor_role
install:
- easy_breadcrumb
- language
- node
- pathauto
- redirect
......@@ -19,7 +18,6 @@ config:
- pathauto.pattern.menu_path
import:
redirect:
- language.content_settings.redirect.redirect
- system.action.redirect_delete_action
redirect_404: '*'
actions:
......
......@@ -86,8 +86,8 @@ class PerformanceTest extends PerformanceTestBase {
// @todo assert individual queries once Coffee does not result in an
// additional AJAX request on every request.
// @see https://www.drupal.org/project/coffee/issues/2453585
$this->assertSame(11, $performance_data->getQueryCount());
$this->assertSame(111, $performance_data->getCacheGetCount());
$this->assertSame(9, $performance_data->getQueryCount());
$this->assertSame(86, $performance_data->getCacheGetCount());
$this->assertSame(0, $performance_data->getCacheSetCount());
$this->assertSame(0, $performance_data->getCacheDeleteCount());
$this->assertSame(0, $performance_data->getCacheTagChecksumCount());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment