Skip to content

Commit f5752aa

Browse files
committed
Remove UIDGenerator, deprecated since 1.35
Change-Id: I5e47ecd560218df7e48af68e6aee351bc2a57823
1 parent 93f8fb1 commit f5752aa

File tree

2 files changed

+0
-186
lines changed

2 files changed

+0
-186
lines changed

includes/utils/UIDGenerator.php

Lines changed: 0 additions & 177 deletions
This file was deleted.

tests/phpunit/integration/includes/libs/uuid/GlobalIdGeneratorTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,6 @@ public function testRawUUIDv4() {
126126
"UID $id has the right format"
127127
);
128128
}
129-
130-
for ( $i = 0; $i < 100; $i++ ) {
131-
$id = $this->globalIdGenerator->newRawUUIDv4( UIDGenerator::QUICK_RAND );
132-
$this->assertMatchesRegularExpression(
133-
'!^[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15}$!',
134-
$id,
135-
"UID $id has the right format"
136-
);
137-
}
138129
}
139130

140131
public function testNewSequentialID() {

0 commit comments

Comments
 (0)