Commit 8edb75d5 authored by Project Update Bot's avatar Project Update Bot Committed by Christopher C. Wells
Browse files

Issue #3305335 by Project Update Bot, tyler36: Automated Drupal 10 compatibility fixes

parent ce2a3d89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class SocialAuthGoogleLoginBlockTest extends SocialAuthTestBase {
   *
   * @var array
   */
  public static $modules = ['block', 'social_auth_google'];
  protected static $modules = ['block', 'social_auth_google'];

  /**
   * {@inheritdoc}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ class SocialAuthGoogleSettingsFormTest extends SocialAuthTestBase {
   *
   * @var array
   */
  public static $modules = ['social_auth_google'];
  protected static $modules = ['social_auth_google'];

  /**
   * {@inheritdoc}