Fix tests

This commit is contained in:
James Brooks
2017-01-04 20:42:14 +00:00
parent 1b5ddc66dc
commit c20a66ed48
5 changed files with 47 additions and 3 deletions
@@ -28,7 +28,10 @@ class IncidentWasReportedEventTest extends AbstractIncidentEventTestCase
protected function getObjectAndParams()
{
$params = ['incident' => new Incident()];
$params = [
'incident' => new Incident(),
'notify' => true,
];
$object = new IncidentWasReportedEvent($params['incident']);
return compact('params', 'object');