All of our dependencies can now be installed on D9, so it's time to get ourselves a green build.
The current build is at https://www.drupal.org/pift-ci-job/1595614.
A number of tests are failing, probably because of path_alias. Quoting berdir in #3100913: CountryNameTokenTest update for Drupal 9:
The problem is that the kernel test *will* fail on Drupal 9.0 because we did not add the BC layer for installing path_alias there for kernel tests. So at least that part will be required, but only once the module requires 8.8.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3116756-8-fix-d9-tests.patch | 2.04 KB | bojanz |
| #5 | 3116756-5-fix-d9-tests.patch | 2.05 KB | bojanz |
| #4 | 3116756-3-fix-d9-tests.patch | 1.98 KB | bojanz |
| #2 | 3116756-2-fix-d9-tests.patch | 878 bytes | bojanz |
Comments
Comment #2
bojanz commentedHello, ugly hack.
Comment #4
bojanz commentedFrom 214 to 12 fails.
Let's see if we can do a few more.
This is super annoying because assertStringContainsString() doesn't exist in PhpUnit 6.
Comment #5
bojanz commentedAand again.
Comment #8
bojanz commentedComment #9
bojanz commentedLooks like this is as close as we'll get in this round.
Comment #11
bojanz commentedCommitted.