mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix "Undefined variable: usec" error in test
This commit is contained in:
+1
-1
@@ -1189,7 +1189,7 @@ class UuidTest extends TestCase
|
||||
|
||||
$timeOfDay = new FixedTimeProvider(array(
|
||||
'sec' => $currentTime,
|
||||
'usec' => $usec,
|
||||
'usec' => 0,
|
||||
'minuteswest' => 0,
|
||||
'dsttime' => 0,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user