N°9165 - Allow direct suppression or delayed suppression depending on the amount of data to remove

This commit is contained in:
odain
2026-03-13 10:40:55 +01:00
parent e91cc63a70
commit 55d606f110
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
use PHPUnit\Framework\TestCase;
class DeletionPlanServiceTest extends TestCase {
}