Add NewsletterEditor page class

[MAILPOET-2200]
This commit is contained in:
Rostislav Wolny
2019-07-15 16:04:46 +02:00
committed by M. Shull
parent 28f5c18b06
commit c11b2313af
4 changed files with 61 additions and 25 deletions

View File

@ -11,7 +11,6 @@ use MailPoet\DI\ContainerWrapper;
use MailPoet\Features\FeaturesController;
use MailPoet\Listing\PageLimit;
use MailPoet\Settings\SettingsController;
use MailPoet\Settings\UserFlagsController;
use MailPoet\Util\Installation;
use MailPoet\WP\Functions as WPFunctions;
@ -98,7 +97,6 @@ class MenuTest extends \MailPoetTest {
new FeaturesController(),
$wp,
new ServicesChecker,
new UserFlagsController,
$renderer,
new PageLimit($wp),
new Installation($settings, $wp),