From fcc5432d743a2de9c8d1929412cace8f9be2d19b Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 23 Apr 2016 19:29:59 -0500 Subject: [PATCH] Fixed test that violated a PHP CodeSniffer rule, breaking the build --- tests/src/UuidTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/UuidTest.php b/tests/src/UuidTest.php index f26aaef..ad49db1 100644 --- a/tests/src/UuidTest.php +++ b/tests/src/UuidTest.php @@ -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);