Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2026 at 08:16 UTC
Updated:
6 Aug 2026 at 13:05 UTC
Jump to comment: Most recent
Comments
Comment #2
berdirthe phpunit fail could have been a random one, because next minor does not have that. worth looking into sure, but could be tricky to figure out.
however, phpunit now uses 11.4 like next minor did in that pipeline, that's the changes around the body field, we'll need to update demo to ship our own storage for the body field and no longer rely on "body" to get consistent results between all supported core version.
I'd suggest using text_long and not summary, as we don't specifically care about that in demo IIRC and we won't have to touch it when core eventually removes the field type.
Comment #3
claudiu.cristeaOn DDEV, I can replicate consistently the failure with 11.3.x-dev
Comment #5
claudiu.cristeaAll PHPUnit tests are green except "phpunit (next minor)", which needs first some fixes in GitLab Templates (see https://git.drupalcode.org/project/gitlab_templates/-/work_items/3572422)
Comment #6
claudiu.cristeaI've added the temporary solution mentioned in https://git.drupalcode.org/project/gitlab_templates/-/work_items/3572422 and we have now all PHPUnit tests passing
Comment #8
claudiu.cristeaThank you for review. Merged.