From ba6b3da23853580540046a06dd3c7dd4d3a601a0 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 31 Mar 2026 16:28:19 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09231=20-=20Fix=20unit=20test=20for=203.3?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php b/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php index 3c238464a5..ef22a70f9d 100644 --- a/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php +++ b/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php @@ -358,6 +358,7 @@ class ormDocumentTest extends ItopDataTestCase return $this->GivenObjectInDB('Attachment', [ 'item_class' => $sHostClass, 'item_id' => $iHostId, + 'item_org_id' => $iOrgId, $sAttCode => new ormDocument($sData, 'text/plain', $sFileName), ]); }