Add missing POP3 name import

This commit is contained in:
Marcus Bointon 2017-09-29 16:10:11 +02:00
parent f47cfbdd75
commit d47a148ebc
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
namespace PHPMailer\Test;
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\POP3;
use PHPUnit\Framework\TestCase;
/**