mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fixed test that violated a PHP CodeSniffer rule, breaking the build
This commit is contained in:
@@ -1288,7 +1288,6 @@ class UuidTest extends TestCase
|
||||
$factory = new UuidFactory($featureSet);
|
||||
|
||||
while ($currentTime <= $endTime) {
|
||||
|
||||
foreach (array(0, 50000, 250000, 500000, 750000, 999999) as $usec) {
|
||||
$timeOfDay->setSec($currentTime);
|
||||
$timeOfDay->setUsec($usec);
|
||||
|
||||
Reference in New Issue
Block a user