mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-17 16:26:51 +03:00
Support microtime in returned DateTimeInterface instances
Fixes #90 and supersedes #93.
This commit is contained in:
@@ -59,7 +59,7 @@ class BrickMathCalculatorTest extends TestCase
|
||||
|
||||
$calculator = new BrickMathCalculator();
|
||||
|
||||
$result = $calculator->divide(RoundingMode::HALF_UP, $int1, $int2, $int3);
|
||||
$result = $calculator->divide(RoundingMode::HALF_UP, 0, $int1, $int2, $int3);
|
||||
|
||||
$this->assertSame('24', $result->toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user