Merge pull request #3938 from nextcloud/tests/isimplefile

This commit is contained in:
Julius Härtl
2022-07-26 16:16:41 +02:00
committed by GitHub

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;
}