WrapTextTest: add `@covers` tag
This commit is contained in:
parent
e1bf4a0dd5
commit
b5826af2df
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue