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 6f9d29e + f622741 commit d2d3d05Copy full SHA for d2d3d05
tests/Core/Util/Timing/TimingTest.php
@@ -52,8 +52,6 @@ public function testGetDurationWithStartReturnsMilliseconds()
52
$duration = Timing::getDuration();
53
54
$this->assertTrue(is_float($duration));
55
- $this->assertGreaterThan(1, $duration);
56
- $this->assertLessThan(15, $duration);
57
58
}//end testGetDurationWithStartReturnsMilliseconds()
59
0 commit comments