Skip to content
Snippets Groups Projects

11.0.x

Closed spokje requested to merge issue/drupal-3496438:3496438-11.0.x into 11.0.x
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