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.
1 parent 78508c3 commit 949f649Copy full SHA for 949f649
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