1 parent 84df251 commit 9ace171Copy full SHA for 9ace171
1 file changed
tests/system/Debug/TimerTest.php
@@ -93,7 +93,7 @@ public function testStartWithZeroTime(): void
93
94
$timers = $timer->getTimers();
95
96
- $this->assertSame(0.0, $timers['test1']['start']);
+ $this->assertEqualsWithDelta(0.0, $timers['test1']['start'], PHP_FLOAT_EPSILON);
97
}
98
99
public function testThrowsExceptionStoppingNonTimer(): void
0 commit comments