Commit 62000897 authored by catch's avatar catch
Browse files

fix: #3557273 Fix deprecations due to kernel tests in...

fix: #3557273 Fix deprecations due to kernel tests in \Drupal\language\EventSubscriber\ConfigSubscriber::onConfigSave()

By: @alexpott
By: @smustgrave
(cherry picked from commit a64b3b95)
parent ccce36ec
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ protected function setUp(): void {
      ],
    ])->save();

    $this->installConfig(['language']);
    $this->installConfig(['system', 'language']);
  }

  /**
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ abstract class LanguageTestBase extends KernelTestBase {
  protected function setUp(): void {
    parent::setUp();

    $this->installConfig(['language']);
    $this->installConfig(['system', 'language']);

    $this->state = $this->container->get('state');