Update email-editor unit tests

We need to require autoload manually because codeception is no longer part of the package
[MAILPOET-6244]
This commit is contained in:
Rostislav Wolny
2024-11-20 11:05:51 +01:00
committed by Jan Lysý
parent 85fad80a10
commit bbbc21a5d5

View File

@@ -7,6 +7,8 @@
declare(strict_types = 1);
require_once __DIR__ . '/../../vendor/autoload.php';
$console = new \Codeception\Lib\Console\Output( array() );
if ( ! function_exists( 'esc_attr' ) ) {