The latest tests are failing due to changes in Token. This is probably due to changes in 8.9+

https://www.drupal.org/pift-ci-job/1696795

1) Drupal\Tests\profile\Kernel\ProfileTokenTest::testToken
InvalidArgumentException: Class "token_pre_render_field_token" does not exist.

/var/www/html/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php:24
/var/www/html/core/lib/Drupal/Core/Controller/ControllerResolver.php:69
/var/www/html/core/lib/Drupal/Core/Render/Renderer.php:769
/var/www/html/core/lib/Drupal/Core/Render/Renderer.php:372
/var/www/html/core/lib/Drupal/Core/Render/Renderer.php:200
/var/www/html/core/lib/Drupal/Core/Render/Renderer.php:156
/var/www/html/core/lib/Drupal/Core/Render/Renderer.php:573
/var/www/html/core/lib/Drupal/Core/Render/Renderer.php:157
/var/www/html/modules/contrib/profile/tests/src/Kernel/ProfileTokenTest.php:129

CommentFileSizeAuthor
#2 invalidargumentexcep-3139494-2.patch1.98 KBmglaman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mglaman created an issue. See original summary.

mglaman’s picture

Status: Active » Needs review
FileSize
1.98 KB

This fixes our compatibility with Token. It will require us to drop 8.7 support, but that is fine.

mglaman’s picture

Status: Needs review » Reviewed & tested by the community

This gets our HEAD back to green!

  • mglaman committed dac2103 on 8.x-1.x
    Issue #3139494 by mglaman: InvalidArgumentException: Class "...
mglaman’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.