Add Forms page class

[MAILPOET-2200]
This commit is contained in:
Rostislav Wolny
2019-07-15 17:00:51 +02:00
committed by M. Shull
parent 0cf89eb28c
commit fa521e5cb7
4 changed files with 43 additions and 16 deletions

View File

@ -8,7 +8,6 @@ use MailPoet\Config\AccessControl;
use MailPoet\Config\Menu;
use MailPoet\Config\ServicesChecker;
use MailPoet\DI\ContainerWrapper;
use MailPoet\Listing\PageLimit;
use MailPoet\Settings\SettingsController;
use MailPoet\Util\Installation;
use MailPoet\WP\Functions as WPFunctions;
@ -95,7 +94,6 @@ class MenuTest extends \MailPoetTest {
$wp,
new ServicesChecker,
$renderer,
new PageLimit($wp),
new Installation($settings, $wp),
ContainerWrapper::getInstance()
);