- πΊπΈUnited States dww
This came up as a random daily triage target in #bugsmash.
Looks and sounds like this is definitely still a bug. There's unaddressed feedback that needs work. The tests could be cleaned up now that we've got the new traits from π Use the API to set up languages in tests that are not specifically testing the language form Fixed . The summary needs an update to clarify the proposed change.
- Merge request !6626fix(language): #3174819 Missing cache contexts for almost all configurable language types β (Open) created by dww
- πΊπΈUnited States dww
Moved #17 into https://git.drupalcode.org/project/drupal/-/merge_requests/6626 since that's now required for core development.
- πΊπΈUnited States dww
MR had a real Kernel test failure at https://git.drupalcode.org/issue/drupal-3174819/-/jobs/829562 for the new
LanguageServiceProviderTest
, precisely because it wasn't setting up the language correctly. Porting it to useLanguageTestTrait
and that test now passes locally.