We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cab261 commit 3ca0df5Copy full SHA for 3ca0df5
1 file changed
tests/Type/TimestampTest.php
@@ -19,6 +19,7 @@ public function testJsonSerializeReturnsAtomFormat(): void
19
$this->assertIsString($result);
20
$this->assertStringContainsString('2023-01-15T10:30:45', $result);
21
$this->assertStringContainsString('+', $result);
22
+ $this->assertSame($result, (string) $timestamp);
23
}
24
25
public function testToStringReturnsAtomFormat(): void
0 commit comments