Make test personMove work for centers

This commit is contained in:
2023-09-07 16:07:23 +02:00
parent 256579af89
commit 94f26df81e
4 changed files with 58 additions and 40 deletions

View File

@@ -209,7 +209,6 @@ class PersonMove
private function getDeleteEntities(): array
{
return [
Person\PersonCenterHistory::class,
AccompanyingPeriod\AccompanyingPeriodWork::class,
Relationship::class
];