chore: merge test/add-phpunit

This commit is contained in:
Maël Gangloff
2025-09-11 10:58:23 +02:00
12 changed files with 554 additions and 317 deletions

View File

@@ -378,7 +378,7 @@ class Domain
*
* @throws \Exception
*/
private function isToBeWatchClosely(): bool
protected function isToBeWatchClosely(): bool
{
$status = $this->getStatus();
if ((!empty($status) && count(array_intersect($status, self::IMPORTANT_STATUS))) || $this->getDeleted()) {