test: add tests for handler

This commit is contained in:
Maël Gangloff
2025-10-25 21:47:11 +02:00
parent 1ce55010d1
commit d91ff6ca86
4 changed files with 77 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ class Domain
return $this;
}
private function setUpdatedAt(?\DateTimeImmutable $updatedAt): void
public function setUpdatedAt(?\DateTimeImmutable $updatedAt): void
{
$this->updatedAt = $updatedAt;
}