Remove deprecated getMostSignificantBits*() methods

This commit is contained in:
Ben Ramsey
2022-03-27 18:58:06 -05:00
parent 5541b3d045
commit eed2aecc17
7 changed files with 2 additions and 71 deletions
-1
View File
@@ -63,7 +63,6 @@ class ExpectedBehaviorTest extends TestCase
$this->assertSame($uuid->getFieldsHex()['clock_seq_hi_and_reserved'], $uuid->getFields()->getClockSeqHiAndReserved()->toString());
$this->assertSame($uuid->getFieldsHex()['clock_seq_low'], $uuid->getFields()->getClockSeqLow()->toString());
$this->assertSame($uuid->getFieldsHex()['node'], $uuid->getNodeHex());
$this->assertSame(substr((string) $uuid->getHex(), 0, 16), $uuid->getMostSignificantBitsHex());
$this->assertSame(
(string) $uuid->getHex(),