File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ environment)::
3131
$this->assertLessThan(10, $profile->getCollector('db')->getQueryCount());
3232

3333
// check the time spent in the framework
34-
$this->assertLessThan(0.5, $profile->getCollector('timer')->getTime());
34+
$this->assertLessThan(500, $profile->getCollector('time')->getTotalTime());
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)