Fixed test that violated a PHP CodeSniffer rule, breaking the build

This commit is contained in:
Ben Ramsey
2016-04-23 19:29:59 -05:00
parent fb12163881
commit fcc5432d74
-1
View File
@@ -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);