Autofix alphabetically sorted use statements
[MAILPOET-2409]
This commit is contained in:
committed by
Jack Kitterhing
parent
935d9f01e8
commit
ade1cc4d8e
@ -4,9 +4,9 @@ namespace MailPoet\Test\Mailer\Methods;
|
||||
|
||||
use Codeception\Stub;
|
||||
use MailPoet\Mailer\MailerError;
|
||||
use MailPoet\Mailer\Methods\Common\BlacklistCheck;
|
||||
use MailPoet\Mailer\Methods\ErrorMappers\SMTPMapper;
|
||||
use MailPoet\Mailer\Methods\SMTP;
|
||||
use MailPoet\Mailer\Methods\Common\BlacklistCheck;
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
class SMTPTest extends \MailPoetTest {
|
||||
|
Reference in New Issue
Block a user