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:
parent
5a29b1916b
commit
d003985774
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue