remotes/remote_mirror_8/master
Mike Koch 7 роки тому
джерело 7300b5bd5f
коміт 97d8f0df2e

@ -100,6 +100,7 @@ class AttachmentHandlerTest extends TestCase {
function testThatValidateThrowsAnExceptionWhenTheAttachmentBodyIsInvalidBase64() {
//-- Arrange
$this->ticketGateway->method('getTicketById')->willReturn(new Ticket());
$this->userToTicketChecker->method('isTicketAccessibleToUser')->willReturn(true);
$this->createAttachmentForTicketModel->attachmentContents = 'invalid base 64';

Завантаження…
Відмінити
Зберегти