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(<<