0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

WrapTextTest: add @covers tag

This commit is contained in:
jrfnl 2021-06-24 18:32:53 +02:00
parent e1bf4a0dd5
commit b5826af2df

View File

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