Remove deprecated getTimestamp*() methods

This commit is contained in:
Ben Ramsey
2022-03-27 20:05:08 -05:00
parent b0b5c12bac
commit 23d54b85cb
8 changed files with 13 additions and 109 deletions
-1
View File
@@ -156,7 +156,6 @@ class ExpectedBehaviorTest extends TestCase
$this->assertSame('281474976710655', (string) $uuid->getNode());
$this->assertSame('3fff', $uuid->getFields()->getClockSeq()->toString());
$this->assertSame('16383', (string) $uuid->getClockSequence());
$this->assertTrue(ctype_digit((string) $uuid->getTimestamp()));
}
/**