We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb6321 commit 6af99ffCopy full SHA for 6af99ff
tests/Integration/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/UuidExtractTimestampTest.php
@@ -31,6 +31,7 @@ public function can_extract_timestamp_from_uuid_v1(): void
31
32
$result = $this->executeDqlQuery($dql);
33
$timestamp = $result[0]['result'];
34
+ \assert(\is_string($timestamp));
35
36
$this->assertStringStartsWith('1998-02-02 20:23:12.90287', $timestamp);
37
}
@@ -44,6 +45,7 @@ public function can_extract_timestamp_from_uuid_v7(): void
44
45
46
47
48
49
50
$this->assertStringStartsWith('2024-03-27 04:44:49.346', $timestamp);
51
0 commit comments