From e9dd2dc3e69ad61193bd7256c35291072b8a4a40 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Wed, 20 May 2026 10:43:20 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09567=20-=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DataCleanupServiceTest.php | 53 ------------------- 1 file changed, 53 deletions(-) diff --git a/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/DataCleanupServiceTest.php b/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/DataCleanupServiceTest.php index 903cc4fe5d..6acb5f026c 100644 --- a/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/DataCleanupServiceTest.php +++ b/tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/DataCleanupServiceTest.php @@ -107,59 +107,6 @@ class DataCleanupServiceTest extends ItopCustomDatamodelTestCase $this->AssertSummaryEquals($aExpected, $aRes); } - public function testExecuteCleanup_CheckSummaryIsEnrichedAfterEachPass() - { - $aExecutionSummary = []; - - $this->GivenDFRTreeInDB( - <<ExecuteCleanup($aClasses); - - $aExpected = [ - ['DFRToUpdate', 3, 0 ], - ['DFRToRemoveLeaf', 0, 3 ], - ['DFRRemovedCollateral', 0, 3 ], - ['DFRRemovedCollateralCascade', 0, 3 ], - ]; - $this->AssertSummaryEquals($aExpected, $aExecutionSummary); - - $this->GivenDFRTreeInDB( - <<ExecuteCleanup($aClasses); - - $aExpected = [ - ['DFRToUpdate', 1, 0, 0, 4 ], - ['DFRToRemoveLeaf', 0, 1, 0, 0, 4 ], - ['DFRRemovedCollateral', 0, 1, 0, 0, 4 ], - ['DFRRemovedCollateralCascade', 0, 1, 0, 0, 4 ], - ]; - $this->AssertSummaryEquals($aExpected, $aExecutionSummary); - } - public function testGetCleanupSummary_DeleteManyObjPerClassWithoutLimit() { $this->GivenDFRTreeInDB(<<