Fix integration tests compatibility

[MAILPOET-4001]
This commit is contained in:
Jan Lysý
2022-01-07 12:20:22 +01:00
committed by Veljko V
parent 18827ed490
commit d0ea442300
15 changed files with 22 additions and 9 deletions

View File

@@ -9,7 +9,9 @@ use MailPoet\Config\Installer;
use MailPoet\WP\Functions as WPFunctions;
class InstallerTest extends \MailPoetTest {
/** @var Installer */
public $installer;
/** @var string */
public $slug;
public function _before() {

View File

@@ -9,6 +9,7 @@ use MailPoet\Config\Renderer;
use MailPoetVendor\Twig\Environment as TwigEnvironment;
class RendererTest extends \MailPoetTest {
/** @var Renderer */
public $renderer;
public function _before() {

View File

@@ -7,9 +7,13 @@ use Codeception\Stub\Expected;
use MailPoet\Config\Updater;
class UpdaterTest extends \MailPoetTest {
/** @var Updater */
public $updater;
/** @var string */
public $version;
/** @var string */
public $slug;
/** @var string */
public $pluginName;
public function _before() {