Closed (fixed)
Project:
File Entity (fieldable files)
Version:
8.x-2.x-dev
Component:
Tests
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2024 at 00:50 UTC
Updated:
29 Jul 2024 at 15:04 UTC
Jump to comment: Most recent
Comments
Comment #2
joseph.olstadComment #5
fjgarlin commentedAll errors are fixed now.
Comment #6
joseph.olstadThank you very much!
Comment #7
joseph.olstadWondering, what is the explanation to this change? Is the t() function being removed from the Drupal API?
Comment #8
fjgarlin commentedI am not sure about it. I don't think that it goes as far as removing the "t" function. In this case, the issue come from the upstream library used. Since this commit https://github.com/minkphp/Mink/commit/577483d6f3f28c0241ea66cc39f43eff6..., the type was casted to string, so I guess that when using the newer version of minkphp/mink then the change is needed.