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:
committed by
Jan Lysý
parent
85fad80a10
commit
bbbc21a5d5
@@ -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' ) ) {
|
||||
|
Reference in New Issue
Block a user