mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Remove errant echo statement from test.
[skip ci]
This commit is contained in:
@@ -178,7 +178,6 @@ class UnixTimeGeneratorTest extends TestCase
|
||||
'Failed on iteration ' . $i . ' when evaluating ' . bin2hex($bytes) . ' > ' . bin2hex($previous),
|
||||
);
|
||||
$previous = $bytes;
|
||||
echo "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user