From a38acf190c668911b03bb1b235ef1d7c8c0ecf67 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 4 Jan 2017 21:03:08 +0000 Subject: [PATCH] IncidentUpdateWasReportedEvent has handlers --- .../IncidentUpdate/IncidentUpdateWasReportedEventTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bus/Events/IncidentUpdate/IncidentUpdateWasReportedEventTest.php b/tests/Bus/Events/IncidentUpdate/IncidentUpdateWasReportedEventTest.php index f7d01478..971cc2b6 100644 --- a/tests/Bus/Events/IncidentUpdate/IncidentUpdateWasReportedEventTest.php +++ b/tests/Bus/Events/IncidentUpdate/IncidentUpdateWasReportedEventTest.php @@ -18,7 +18,7 @@ class IncidentUpdateWasReportedEventTest extends AbstractIncidentUpdateEventTest { protected function objectHasHandlers() { - return false; + return true; } protected function getObjectAndParams()