Commit 6eca6059 authored by Balint Pekker's avatar Balint Pekker Committed by Christopher C. Wells
Browse files

Issue #3298116 by balintpekker, Project Update Bot, sharayurajput,...

Issue #3298116 by balintpekker, Project Update Bot, sharayurajput, JatinGupta40: Automated Drupal 10 compatibility fixes
parent b8c7c392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    "require": {
        "league/oauth2-google": "^3.0",
        "drupal/social_auth": "^3.0",
        "drupal/core": "^8.8 || ^9"
        "drupal/core": "^8.8 || ^9 || ^10"
    },
    "require-dev": {
        "drupal/coder": "^8.3"
+1 −1
Original line number Diff line number Diff line
name: Social Auth Google
type: module
description: 'Social Auth integration for Google.'
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
package: Social

configure: social_auth_google.settings_form
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ class SocialAuthGoogleLoginBlockTest extends SocialAuthTestBase {
   *
   * @var array
   */
  public static $modules = ['block', 'social_auth_google'];
  protected static $modules = ['block', 'social_auth_google'];

  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();

    $this->provider = 'google';
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ class SocialAuthGoogleSettingsFormTest extends SocialAuthTestBase {
   *
   * @var array
   */
  public static $modules = ['social_auth_google'];
  protected static $modules = ['social_auth_google'];

  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    $this->module = 'social_auth_google';
    $this->provider = 'google';