mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Remove remaining deprecated getClockSeq*() methods
This commit is contained in:
@@ -139,7 +139,6 @@ class ExpectedBehaviorTest extends TestCase
|
||||
$this->assertInstanceOf('DateTimeInterface', $uuid->getDateTime());
|
||||
$this->assertSame('00000fffffff', $uuid->getFields()->getNode()->toString());
|
||||
$this->assertSame('3fff', $uuid->getFields()->getClockSeq()->toString());
|
||||
$this->assertSame('16383', (string) $uuid->getClockSequence());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user