AddStringAttachmentTest: add `@covers` tags
This commit is contained in:
parent
404ba09b64
commit
59f82c7db5
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue