attachmentGateway = $this->createMock(AttachmentGateway::class); $this->fileReader = $this->createMock(FileReader::class); $this->attachmentRetriever = new AttachmentRetriever($this->attachmentGateway, $this->fileReader); } function testItGetsTheAttachmentFromTheFilesystem() { } }