- πΊπΈUnited States m.stenta
We have automated tests now ( π Add basic test coverage Active ), but neither PHP CodeSniffer nor PHPStan are flagging the
t()
usages.In order to proceed with this I propose we:
- Determine why PHP CodeSniffer / PHPStan are not flagging
t()
. - Tweak testing config so that the usage of
t()
causes tests to fail. - Use the proposed changes to make the tests pass.
- Determine why PHP CodeSniffer / PHPStan are not flagging