Skip to content

Commit 10bcbc4

Browse files
committed
Merge branch 'master' into 4.x
2 parents 89f053a + d2d3d05 commit 10bcbc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Core/Util/Timing/TimingTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ public function testGetDurationWithStartReturnsMilliseconds()
5454
$duration = Timing::getDuration();
5555

5656
$this->assertIsFloat($duration);
57-
$this->assertGreaterThan(1, $duration);
58-
$this->assertLessThan(15, $duration);
5957

6058
}//end testGetDurationWithStartReturnsMilliseconds()
6159

0 commit comments

Comments
 (0)