Fix tests... again

master
Mike Koch 6 years ago
parent 7350c5105d
commit 34b32761ce
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -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,

Loading…
Cancel
Save