Skip to content
Snippets Groups Projects

support Drupal 11

Merged Patrick Kenny requested to merge issue/encrypt-3448070:drupal11 into 8.x-3.x
1 unresolved thread

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
84 84 $this->keyRepository = $this->createMock('\Drupal\key\KeyRepository');
85 85
86 86 // Mock a plugin collection.
87 $this->pluginCollection = $this->getMockBuilder('\Drupal\Core\Plugin\DefaultLazyPluginCollection')
88 ->disableOriginalConstructor()
89 ->setMethods(['get', 'set', 'addInstanceID'])
90 ->getMock();
87 // @todo Remove this conditional once support for Drupal <11 is dropped.
  • Patrick Kenny added 5 commits

    added 5 commits

    Compare with previous version

  • Patrick Kenny added 2 commits

    added 2 commits

    • f45de2f5 - add 11 to test module info.yml
    • 8bca4eb8 - fix for method_exists check

    Compare with previous version

  • Patrick Kenny added 1 commit

    added 1 commit

    • 34c2697d - another attempt to fix method_exists

    Compare with previous version

  • João Ventura added 1 commit

    added 1 commit

    • e0e170a9 - Remove core_version_requirement from test module

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading