mirror of
https://github.com/PHPMailer/PHPMailer.git
synced 2026-01-13 16:02:30 +00:00
* PHPMailerLangTest: rename test class to `TranslationCompletenessTest` As the test class has been moved to a separate directory, we may as well make the class name more descriptive of what the test class actually does. * TranslationCompletenessTest: various test tweaks Minor test tweaks: * Move `@group` tag up to class level. * Add a `@coversNothing` tag as this test is more a maintainer utility/package test than a test to cover functionality in code. * Tidy up inline comments. Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>