Skip to content

Commit ca6063f

Browse files
committed
test(service): cover datetime interface support
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 0213e05 commit ca6063f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Service/FieldValueServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testUpsertPreservesImportedUpdatedAt(): void {
9696
'finance',
9797
'admin',
9898
'users',
99-
new \DateTime('2026-03-12T14:00:00+00:00'),
99+
new \DateTimeImmutable('2026-03-12T14:00:00+00:00'),
100100
);
101101

102102
$this->assertSame('2026-03-12T14:00:00+00:00', $stored->getUpdatedAt()->format(DATE_ATOM));

0 commit comments

Comments
 (0)