Fix tests running against 25 with adjusted ISimpleFile methods

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-07-25 19:48:27 +02:00
parent 484a47e0fd
commit 2d41ce0ae7

View File

@@ -98,6 +98,7 @@ class FileServiceTest extends TestCase {
$attachment = new Attachment();
$attachment->setId(1);
$attachment->setCardId(123);
$attachment->setData('Filename.md');
return $attachment;
}