We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78508c3 + bd96a3f commit ef76bbfCopy full SHA for ef76bbf
tests/Core/Util/Timing/TimingTest.php
@@ -70,8 +70,6 @@ public function testGetDurationSinceReturnsMilliseconds()
70
$duration = Timing::getDurationSince($startTime);
71
72
$this->assertIsFloat($duration);
73
- $this->assertGreaterThan(1, $duration);
74
- $this->assertLessThan(15, $duration);
75
76
}//end testGetDurationSinceReturnsMilliseconds()
77
0 commit comments