Fix tests... again

This commit is contained in:
Mike Koch 2018-03-01 20:12:56 -05:00
parent 7350c5105d
commit 34b32761ce
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -116,6 +116,7 @@ class CreateTicketTest extends TestCase {
$this->userGateway = $this->createMock(UserGateway::clazz());
$this->modsForHeskSettingsGateway = $this->createMock(ModsForHeskSettingsGateway::clazz());
$this->auditTrailGateway = $this->createMock(AuditTrailGateway::clazz());
$this->customFieldsGateway = $this->createMock(CustomFieldsGateway::clazz());
$this->ticketCreator = new TicketCreator($this->newTicketValidator, $this->trackingIdGenerator,
$this->autoassigner, $this->statusGateway, $this->ticketGateway, $this->verifiedEmailChecker,