From ac4adac1ab5480d8cd1ce01260bc462a3cd8c67b Mon Sep 17 00:00:00 2001 From: John Oleksowicz Date: Mon, 28 Nov 2022 15:01:02 -0600 Subject: [PATCH] Fix test class name [MAILPOET-4850] --- .../Automation/Engine/Control/TriggerHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet/tests/integration/Automation/Engine/Control/TriggerHandlerTest.php b/mailpoet/tests/integration/Automation/Engine/Control/TriggerHandlerTest.php index 864c2d4833..1bfc4087b1 100644 --- a/mailpoet/tests/integration/Automation/Engine/Control/TriggerHandlerTest.php +++ b/mailpoet/tests/integration/Automation/Engine/Control/TriggerHandlerTest.php @@ -16,7 +16,7 @@ use MailPoet\Automation\Integrations\MailPoet\Triggers\UserRegistrationTrigger; use MailPoet\Entities\SegmentEntity; use MailPoet\Segments\SegmentsRepository; -class TriggerandlerTest extends \MailPoetTest +class TriggerHandlerTest extends \MailPoetTest { /** @var TriggerHandler */