Remove remaining deprecated getClockSeq*() methods

This commit is contained in:
Ben Ramsey
2022-03-27 20:32:00 -05:00
parent e4c7ea0755
commit 67abb86aaf
6 changed files with 5 additions and 137 deletions
-1
View File
@@ -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());
}
/**