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
@@ -37,7 +37,7 @@ final class IncidentWasReportedEvent implements IncidentEventInterface
*
* @return void
*/
public function __construct(Incident $incident, $notify)
public function __construct(Incident $incident, $notify = false)
{
$this->incident = $incident;
$this->notify = $notify;