Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix tests running against 25 with adjusted ISimpleFile methods
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jul 25, 2022
commit 2d41ce0ae71da170b00444edf2d193f310f53a63
1 change: 1 addition & 0 deletions tests/unit/Service/FileServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ private function getAttachment() {
$attachment = new Attachment();
$attachment->setId(1);
$attachment->setCardId(123);
$attachment->setData('Filename.md');
return $attachment;
}

Expand Down