EncodeQTest: add `@covers` tag
This commit is contained in:
parent
3984ac2839
commit
ca1f2cfea7
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue