mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Remove deprecated getTimestamp*() methods
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user