AddStringAttachmentTest: add `@covers` tags

This commit is contained in:
jrfnl 2021-07-04 19:55:11 +02:00
parent 404ba09b64
commit 59f82c7db5
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ use PHPMailer\Test\PreSendTestCase;
/**
* Test adding string attachments functionality.
*
* @covers \PHPMailer\PHPMailer\PHPMailer::addStringAttachment
* @covers \PHPMailer\PHPMailer\PHPMailer::attachmentExists
* @covers \PHPMailer\PHPMailer\PHPMailer::createBody
* @covers \PHPMailer\PHPMailer\PHPMailer::getAttachments
*/
final class AddStringAttachmentTest extends PreSendTestCase
{