mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
prevent change when syncing from remote
This commit is contained in:
@@ -167,6 +167,7 @@ JSON;
|
||||
$calendarRange->getStartDate()->format(\DateTimeImmutable::ATOM));
|
||||
$this->assertStringContainsString('2022-06-10T17:30:00',
|
||||
$calendarRange->getEndDate()->format(\DateTimeImmutable::ATOM));
|
||||
$this->assertTrue($calendarRange->preventEnqueueChanges);
|
||||
}
|
||||
|
||||
public function testDeleteCalendarRangeWithoutAssociation(): void
|
||||
@@ -194,6 +195,7 @@ JSON;
|
||||
$calendarRange,
|
||||
$notification['value'][0],
|
||||
$user);
|
||||
$this->assertTrue($calendarRange->preventEnqueueChanges);
|
||||
}
|
||||
|
||||
public function testDeleteCalendarRangeWithAssociation(): void
|
||||
@@ -224,5 +226,6 @@ JSON;
|
||||
$calendarRange,
|
||||
$notification['value'][0],
|
||||
$user);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user