Skip to content
Snippets Groups Projects

D11 compatibility fixes.

Closes #3452452

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
91 91 $edit['recaptcha_site_key'] = '';
92 92 $edit['recaptcha_secret_key'] = '';
93 93 $this->drupalGet('admin/config/people/captcha/recaptcha');
94 $this->submitForm($edit, $this->t('Save configuration'));
94 $this->submitForm($edit, 'Save configuration');
  • 100 100 $edit['recaptcha_site_key'] = $site_key;
    101 101 $edit['recaptcha_secret_key'] = $secret_key;
    102 102 $this->drupalGet('admin/config/people/captcha/recaptcha');
    103 $this->submitForm($edit, $this->t('Save configuration'));
    103 $this->submitForm($edit, 'Save configuration');
  • 207 207 ->setValue('?');
    208 208
    209 209 $this->drupalGet('user/login');
    210 $this->submitForm($edit, $this->t('Log in'));
    210 $this->submitForm($edit, 'Log in');
  • 2 2 type: module
    3 3 description: 'Protect your website from spam and abuse while letting real people pass through with ease.'
    4 4 package: Spam control
    5 core_version_requirement: '^8.9 || ^9 || ^10'
    5 core_version_requirement: ^9.5 || ^10 || ^11
  • Kim Pepper requested changes

    requested changes

  • Ankit Pathak added 1 commit

    added 1 commit

    • d2fbe666 - Dropping D9 as per the feedback.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • d02dabfc - Revert the usage of t function with submitform.

    Compare with previous version

  • Ankit Pathak added 1 commit

    added 1 commit

    • e99edc6c - Update file ReCaptchaBasicTest.php

    Compare with previous version

  • Kim Pepper added 1 commit

    added 1 commit

    • 71a642a1 - Remove comments for gitlabci config

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading