Minor Drupal 10 compatibility issues

Created on 11 May 2023, over 1 year ago

Problem/Motivation

There are some existing Drupal 10 compatibility issues, mostly in the testing.

Proposed resolution

1. In MigrateEckTest.php, change the order of ->accessCheck(FALSE)->count()-> to ->count()->accessCheck(FALSE)->
2. In UnitTestBase.php, change setMethods to onlyMethods. setMethods is deprecated, and onlyMethods or addMethods should be used instead. I believe this situation calls for onlyMethods, though correct me if I'm wrong

Remaining tasks

Using the patches

  1. Thoroughly test the patch
  2. Provide feedback if there are other compatibility changes to make
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kelly.m.jacobs

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024