From 59f82c7db5f6628ca6c9e8463aa62b6884e893ef Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 4 Jul 2021 19:55:11 +0200 Subject: [PATCH] AddStringAttachmentTest: add `@covers` tags --- test/PHPMailer/AddStringAttachmentTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/PHPMailer/AddStringAttachmentTest.php b/test/PHPMailer/AddStringAttachmentTest.php index e9606938..43d2a006 100644 --- a/test/PHPMailer/AddStringAttachmentTest.php +++ b/test/PHPMailer/AddStringAttachmentTest.php @@ -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 {