Commit cf5d5765 authored by Project Update Bot's avatar Project Update Bot Committed by Bram Driesen
Browse files

Issue #3289846 by Project Update Bot, BramDriesen: Automated Drupal 10 compatibility fixes

parent bc88e8ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class StopAdminUserLoginBlockTest extends BrowserTestBase {
   *
   * @var array
   */
  public static $modules = ['block', 'stop_admin'];
  protected static $modules = ['block', 'stop_admin'];

  /**
   * A non-administrator user for this test.
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class StopAdminUserLoginPageTest extends BrowserTestBase {
   *
   * @var array
   */
  public static $modules = ['stop_admin'];
  protected static $modules = ['stop_admin'];

  /**
   * A non-administrator user for this test.