Moving fetching iframed assets

Because we called the function for getting editor iframed assets in init hook, it could cause that some properties were not set yet.
This commit is contained in:
Jan Lysý
2025-01-30 14:38:23 +01:00
committed by Rostislav Wolný
parent d26fb1b026
commit ad52971692
3 changed files with 29 additions and 40 deletions

View File

@@ -321,7 +321,6 @@ abstract class MailPoetTest extends \Codeception\TestCase\Test { // phpcs:ignore
$container->get( Email_Api_Controller::class ),
$container->get( Templates::class ),
$container->get( Patterns::class ),
$container->get( Settings_Controller::class ),
$container->get( Send_Preview_Email::class ),
$container->get( Personalization_Tags_Registry::class ),
);