From 2d41ce0ae71da170b00444edf2d193f310f53a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 25 Jul 2022 19:48:27 +0200 Subject: [PATCH] Fix tests running against 25 with adjusted ISimpleFile methods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- tests/unit/Service/FileServiceTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/Service/FileServiceTest.php b/tests/unit/Service/FileServiceTest.php index a94dd8253..069a013be 100644 --- a/tests/unit/Service/FileServiceTest.php +++ b/tests/unit/Service/FileServiceTest.php @@ -98,6 +98,7 @@ class FileServiceTest extends TestCase { $attachment = new Attachment(); $attachment->setId(1); $attachment->setCardId(123); + $attachment->setData('Filename.md'); return $attachment; }