Commit bbdb8d39 authored by Matt Glaman's avatar Matt Glaman Committed by Fabian Bircher
Browse files

Issue #3286656 by mglaman, Vighneshh, Project Update Bot, Kristen Pol,...

Issue #3286656 by mglaman, Vighneshh, Project Update Bot, Kristen Pol, nkoporec: Automated Drupal 10 compatibility fixes
parent 351164d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    }
  ],
  "support": {
    "issues": "http://drupal.org/project/config_ignore",
    "issues": "https://drupal.org/project/config_ignore",
    "irc": "irc://irc.freenode.org/drupal-contribute",
    "source": "https://git.drupalcode.org/project/config_ignore"
  },
+1 −1
Original line number Diff line number Diff line
name: Config Ignore
type: module
description: Ignore certain configuration during import
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Config
configure: config_ignore.settings
dependencies:
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ abstract class ConfigIgnoreBrowserTestBase extends BrowserTestBase {
   *
   * @var array
   */
  public static $modules = ['config_ignore', 'config', 'config_filter'];
  protected static $modules = ['config_ignore', 'config', 'config_filter'];

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class ConfigIgnoreHookTest extends ConfigIgnoreBrowserTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'config_ignore',
    'config',
    'config_filter',
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ class IgnoreKernelTest extends KernelTestBase {
   *
   * @var array
   */
  public static $modules = [
  protected static $modules = [
    'system',
    'language',
    'config',
@@ -37,7 +37,7 @@ class IgnoreKernelTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();

    // We install the system and config_test config so that there is something