HasLineLongerThanMaxTest: remove a `@covers` tag

As the `PHPMailer::encodeString()` method is now fully covered by dedicated tests, this `@covers` tag can be removed.
This commit is contained in:
jrfnl 2021-07-06 04:41:18 +02:00
parent 5a29b1916b
commit d003985774
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ final class HasLineLongerThanMaxTest extends PreSendTestCase
/**
* Test constructing a multipart message that contains lines that are too long for RFC compliance.
*
* @covers \PHPMailer\PHPMailer\PHPMailer::encodeString
* @covers \PHPMailer\PHPMailer\PHPMailer::hasLineLongerThanMax
*/
public function testLongBody()