Commit 5141c936 authored by Project Update Bot's avatar Project Update Bot Committed by Dmitry Kiselev
Browse files

Issue #3286211 by Project Update Bot, kala4ek: Automated Drupal 10 compatibility fixes

parent 562399cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class BeSurePerformanceCacheTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'system',
    'be_sure',
    'bs_performance',
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class BeSurePerformanceModuleTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'be_sure',
    'bs_performance',
  ];
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class BeSurePerformanceOtherTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'be_sure',
    'bs_performance',
    'system',
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class BsSecurityTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'system',
    'be_sure',
    'bs_security',
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class BeSureSeoBestPractices extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public static $modules = [
  protected static $modules = [
    'be_sure',
    'bs_seo',
  ];
Loading