- 🇳🇿New Zealand quietone
Tagging for coding standards and moving to the 'other' component where such issues live.
- 🇬🇧United Kingdom longwave UK
📌 Remove remaining uses of t() in assertEquals() calls Fixed landed.
I think we are down to the final few stragglers, opened 📌 Remove remaining unnecessary uses of t() in tests Active to cover those.
I also am leaning towards closing 📌 Remove uses of t() in setLabel() and setDescription() calls Needs work as won't fix as we are effectively testing that APIs can receive TranslatableMarkup, as they would outside of tests.
- 🇳🇿New Zealand quietone
And the number of instances has risen since #30.
$ find core -type f -iname '*Test.php' | xargs grep '[^a-zA-Z]t(' | wc -l 274