Declare properties to avoid dynamic usage in codeception

[MAILPOET-4872]
This commit is contained in:
alex-mailpoet
2023-02-07 20:27:50 +03:00
committed by Rodrigo Primo
parent 4bd7dd4ad6
commit d8d859d209

View File

@@ -82,6 +82,8 @@ abstract class MailPoetTest extends \Codeception\TestCase\Test { // phpcs:ignore
protected static $savedGlobals; protected static $savedGlobals;
protected $tester;
/** @var ContainerWrapper */ /** @var ContainerWrapper */
protected $diContainer; protected $diContainer;