WrapTextTest: add `@covers` tag

This commit is contained in:
jrfnl 2021-06-24 18:32:53 +02:00
parent e1bf4a0dd5
commit b5826af2df
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ use PHPMailer\Test\TestCase;
/** /**
* Test word wrapping functionality. * Test word wrapping functionality.
*
* @covers \PHPMailer\PHPMailer\PHPMailer::wrapText
*/ */
final class WrapTextTest extends TestCase final class WrapTextTest extends TestCase
{ {