0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Avoid PHPUnit 4.8 issue in PHP 5.5!

This commit is contained in:
Marcus Bointon 2022-02-16 20:03:35 +01:00
parent 6f6ce4f34a
commit a876f998bd
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -18,8 +18,6 @@ use PHPMailer\Test\TestCase;
/**
* Test XMailer header setting functionality.
*
* @covers \PHPMailer\PHPMailer\PHPMailer::XMailer
*/
final class XMailerTest extends TestCase
{