Skip to content
Snippets Groups Projects

Resolve #3496438 "Random test failure"

Closed spokje requested to merge issue/drupal-3496438:3496438-random-test-failure into 11.x
3 files
+ 16
16
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -73,7 +73,7 @@ protected function setUp(): void {
$this->submitForm($edit, 'Save');
// Enable content language negotiation UI.
\Drupal::state()->set('language_test.content_language_type', TRUE);
\Drupal::keyValue('language_test')->set('content_language_type', TRUE);
// Set interface language detection to user and content language detection
// to URL. Disable inheritance from interface language to ensure content
Loading