Add corrected @covers tag

This commit is contained in:
Marcus Bointon 2022-02-18 18:21:21 +01:00
parent c0d9f7dd3c
commit a24029b108
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 2 additions and 0 deletions

View File

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