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 89f053a + d2d3d05 commit 10bcbc4Copy full SHA for 10bcbc4
tests/Core/Util/Timing/TimingTest.php
@@ -54,8 +54,6 @@ public function testGetDurationWithStartReturnsMilliseconds()
54
$duration = Timing::getDuration();
55
56
$this->assertIsFloat($duration);
57
- $this->assertGreaterThan(1, $duration);
58
- $this->assertLessThan(15, $duration);
59
60
}//end testGetDurationWithStartReturnsMilliseconds()
61
0 commit comments