Problem/Motivation
------ ----------------------------------------------------------------
Line src/Tests/FieldTokensTestBase.php
------ ----------------------------------------------------------------
10 Class Drupal\field_tokens\Tests\FieldTokensTestBase extends
deprecated class Drupal\image\Tests\ImageFieldTestBase:
in drupal:8.9.3 and is removed from drupal:9.0.0.
Use \Drupal\Tests\image\Functional\ImageFieldTestBase instead.
37 Call to method setUp() of deprecated class
Drupal\image\Tests\ImageFieldTestBase:
in drupal:8.9.3 and is removed from drupal:9.0.0.
Use \Drupal\Tests\image\Functional\ImageFieldTestBase instead.
------ ----------------------------------------------------------------
[ERROR] Found 2 errors
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 3165349-12.patch | 752 bytes | mahtab_alam |
| #8 | dist_d9_compatibility-3165349-8.patch | 847 bytes | weekbeforenext |
| #8 | interdiff_5-8.txt | 313 bytes | weekbeforenext |
| #8 | d9_compatibility-3165349-8.patch | 751 bytes | weekbeforenext |
| #5 | d9_compatibility-3165349-5.patch | 731 bytes | vinay15 |
Issue fork field_tokens-3165349
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
vinay15Comment #3
vinay15Comment #4
vinay15Comment #5
vinay15Comment #6
mattltThis also includes half the patch from https://www.drupal.org/project/field_tokens/issues/3003269 . It prefixes the dependency but doesn't capitalize the module name.
Thanks,
•• matt
Comment #7
arthur.baghdasar commentedIs this going to be released some day?
Comment #8
weekbeforenextRe-rolled the patch to include the title capitalization change. I know this is incredibly minor, but I needed a different patch and thought I'd include it while I was here.
Also created a patch that can be applied to the beta1 version of the module if it's installed via composer with the "preferred-install" config set to "dist". The "dist" prefixed patch is a bandaid until the main patch merges.
This describes the issue and why a separate patch is needed: https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa....
Comment #11
nattsThis commit should be released urgently. Drupal 8 is now End Of Life, and so Drupal 9 compatibility is urgently required in a stable release.
Comment #12
mahtab_alam commentedComment #13
mahtab_alam commentedComment #14
nattsI've become a maintainer of this module, and have approved the merge request in #10 and included it in a new release: https://www.drupal.org/project/field_tokens/releases/2.0.0-rc1
Comment #15
klonosI believe that we can close this now.