There were some incremental changes in Drupal 9.3. This is to fix the failing tests and set the minimum Drupal version to 9.3
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | 3253893-18.patch | 5.02 KB | quietone |
| #18 | interdiff-16-18.txt | 679 bytes | quietone |
| #16 | 3253893-16.patch | 4.18 KB | quietone |
| #15 | 3253893-15.patch | 9.19 KB | quietone |
| #15 | interdiff.txt | 3.04 KB | quietone |
Comments
Comment #2
damienmckennaStarting with a placeholder change.
Comment #3
damienmckennaWill work on this tomorrow, unless someone else wants to take a look.
Comment #4
damienmckennaThis patch contains two types of changes - the getEntityCounts() methods were updated for changes in core, and the getMissingPaths() methods had 'Token' removed; I'm not sure why that last change is necessary.
Comment #6
damienmckennaNeed to run one of the MigrateUpgradeReviewPageTest tests locally so I can see what the difference is.
Comment #7
damienmckennaI hope this resolves the MigrateUpgradeReviewPageTest tests.
Comment #8
damienmckennaThere are also some deprecation notices:
(and similar ones in other tests)
Comment #9
damienmckennaLocally I noticed that #3189605: Declare upgrade status from D6, D7 caused test failures, but I need to undo that for now.
Comment #10
damienmckennaDown to ten test failures.
Comment #11
junaidpvLooking forward to get solved!
Comment #12
damienmckennaComment #13
quietone commentedRemove use of deprecated markAsDefault, deprecated in commerce:8.x-2.16 and is removed from commerce:3.x.
Comment #15
quietone commentedIgnore that patch.
This one does:
Comment #16
quietone commentedFound out in testing that markAsDefault() was not the cause of the problem in the tests. The tests needed to install the schema for path_alias.
Comment #17
quietone commentedComment #18
quietone commentedforgot to fix the commerce1 test.
Comment #19
quietone commentedComment #21
quietone commented