EncodeQTest: add `@covers` tag

This commit is contained in:
jrfnl 2021-07-05 03:42:44 +02:00
parent 3984ac2839
commit ca1f2cfea7
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ use PHPMailer\Test\TestCase;
/**
* Test encoding a string using Q encoding functionality.
*
* @covers \PHPMailer\PHPMailer\PHPMailer::encodeQ
*/
final class EncodeQTest extends TestCase
{