Closed (fixed)
Project:
Sub-pathauto (Sub-path URL Aliases)
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2019 at 10:51 UTC
Updated:
4 Jun 2020 at 19:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
angela_g commentedComment #3
angela_g commentedComment #4
angela_g commentedComment #5
angela_g commentedComment #6
manafov_mehman commentedComment #7
lauriiiThe patch doesn't apply anymore 😓
Comment #8
ravi.shankar commentedI have re-rolled patch #4.
Comment #9
rpayanmComment #10
aliaksandr_rozum commentedHi @ravi.shankar!
There are some deperecated classes in the tests:
And core_version_requirement key is need to be updated (https://www.drupal.org/node/3070687)
Comment #11
angela_g commentedFixed deprecated classes in the tests.
Comment #12
angela_g commentedFixed deprecated classes in the tests and added "core_version_requirement" to info.yml.
Comment #13
angela_g commentedComment #14
angela_g commentedComment #15
aliaksandr_rozum commentedHi @angela_G,
your patch look's good:
Comment #16
dave reidFixing some coding standards.
Comment #17
dave reidComment #19
dave reidCommitted #16 to 8.x-1.x. Thanks everyone!
Comment #21
dave reidI managed to run the automated tests against D9 and found we were still using the deprecated service path.alias_whitelist. I have replaced them with using path_alias.whitelist in the latest 8.x-1.x.
Comment #22
dave reidMore fixes for Drupal 9 testing, and fixing variables that don't make sense.
Comment #24
dave reidCommitted #22 to 8.x-1.x. Now tests are fully passing on Drupal 9, hooray!
Comment #25
dave reid