Commit 1fafb8d2 authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Issue #3289475 by Project Update Bot, jonathan1055: Change public static...

Issue #3289475 by Project Update Bot, jonathan1055: Change public static $modules to protected - automated Drupal 10 compatibility
parent e6f0b398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ class MigrateSchedulerNodeTypeConfigTest extends MigrateDrupal7TestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'menu_ui',
    'node',
    'scheduler',
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class MigrateSchedulerTest extends MigrateDrupal7TestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'scheduler',
    'views',
  ];