Autofix alphabetically sorted use statements

[MAILPOET-2409]
This commit is contained in:
Jan Jakeš
2019-09-30 15:35:37 +02:00
committed by Jack Kitterhing
parent 935d9f01e8
commit ade1cc4d8e
111 changed files with 194 additions and 198 deletions

View File

@ -5,12 +5,12 @@ namespace MailPoet\Test\Cron\Workers\KeyCheck;
use Carbon\Carbon;
use Codeception\Stub;
use Codeception\Stub\Expected;
use MailPoet\Cron\Workers\KeyCheck\KeyCheckWorkerMockImplementation as MockKeyCheckWorker;
use MailPoet\Models\ScheduledTask;
use MailPoet\Models\Setting;
use MailPoet\Services\Bridge;
require_once('KeyCheckWorkerMockImplementation.php');
use MailPoet\Cron\Workers\KeyCheck\KeyCheckWorkerMockImplementation as MockKeyCheckWorker;
class KeyCheckWorkerTest extends \MailPoetTest {
function _before() {