File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -31,7 +31,7 @@ environment)::
|
31 | 31 | $this->assertLessThan(10, $profile->getCollector('db')->getQueryCount());
|
32 | 32 |
|
33 | 33 | // check the time spent in the framework
|
34 |
| -$this->assertLessThan(0.5, $profile->getCollector('timer')->getTime()); |
| 34 | +$this->assertLessThan(500, $profile->getCollector('time')->getTotalTime()); |
35 | 35 | }
|
36 | 36 | }
|
37 | 37 | }
|
|
You can’t perform that action at this time.
0 commit comments