diff --git a/packages/php/email-editor/tests/integration/_bootstrap.php b/packages/php/email-editor/tests/integration/_bootstrap.php index 36c0276d30..f4145a81da 100644 --- a/packages/php/email-editor/tests/integration/_bootstrap.php +++ b/packages/php/email-editor/tests/integration/_bootstrap.php @@ -105,6 +105,14 @@ abstract class MailPoetTest extends \Codeception\TestCase\Test { // phpcs:ignore parent::setUp(); } + /** + * Tear down after each test. + */ + public function _after() { + parent::_after(); + $this->tester->cleanup(); + } + /** * Check if the HTML is valid. *